#8AD387

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

Shades of De York #8AD387

Tints of De York #8AD387

Color information

#8AD387 (or 0x8AD387) is unknown color: approx De York. HEX triplet: 8A, D3 and 87. RGB value is (138,211,135). Sum of RGB (Red+Green+Blue) = 138+211+135=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD387 is #752C78. Grayscale: #B4B4B4. Windows color (decimal): -7679097 or 8901514. OLE color: 8901514.

HSL color Cylindrical-coordinate representation of color #8AD387: hue angle of 117.63º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD387 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB138211135-
CMYK0.3500.360.17
HSL117.63º46.34%67.84%-
HSV(B)117.63º36.02%82.75%-
XYZ38.1553.7431.28-
YUV180.51102.3297.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=28.51%
G=43.60%
B=27.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111350.3500.360.17117.6346.3467.84
Hex8AD3872302411762e44
Octal212323207430442116656104
Binary10001010110100111000011110001101001001000111101101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,135); }

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

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

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

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

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

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

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