#8AD68A

Color #8AD68A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8AD68A

Tints of De York #8AD68A

Color information

#8AD68A (or 0x8AD68A) is unknown color: approx De York. HEX triplet: 8A, D6 and 8A. RGB value is (138,214,138). Sum of RGB (Red+Green+Blue) = 138+214+138=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD68A is #752975. Grayscale: #B6B6B6. Windows color (decimal): -7678326 or 9098890. OLE color: 9098890.

HSL color Cylindrical-coordinate representation of color #8AD68A: hue angle of 120º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD68A is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB138214138-
CMYK0.3600.360.16
HSL120º48.1%69.02%-
HSV(B)120º35.51%83.92%-
XYZ39.1255.3332.66-
YUV182.61102.8296.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=28.16%
G=43.67%
B=28.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141380.3600.360.1612048.169.02
Hex8AD68A2402410783045
Octal212326212440442017060105
Binary10001010110101101000101010010001001001000011110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD68A; }

 p { color: rgb(138,214,138); }

 H1.HeaderClassName
 {
   color: #8AD68A;
 }
 .AnyTagClassName
 {
   color: #8AD68A;
 }
</style>
background-color css

<style>
 a { background-color: #8AD68A; }

 a { background-color: rgb(138,214,138); }

 div.DivClassName
 {
   background-color: #8AD68A;
 }
 .BgClassName
 {
   background-color: #8AD68A;
 }
</style>
border-color css

<style>
 span { border-color: #8AD68A; }

 span { border-color: rgb(138,214,138); }

 td.TdClassName
 {
   border-color: #8AD68A;
 }
 .TagClassName
 {
   border-color: #8AD68A;
 }
</style>