#8AD17D

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

Shades of De York #8AD17D

Tints of De York #8AD17D

Color information

#8AD17D (or 0x8AD17D) is unknown color: approx De York. HEX triplet: 8A, D1 and 7D. RGB value is (138,209,125). Sum of RGB (Red+Green+Blue) = 138+209+125=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD17D is #752E82. Grayscale: #B2B2B2. Windows color (decimal): -7679619 or 8245642. OLE color: 8245642.

HSL color Cylindrical-coordinate representation of color #8AD17D: hue angle of 110.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD17D is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB138209125-
CMYK0.3400.400.18
HSL110.71º47.73%65.49%-
HSV(B)110.71º40.19%81.96%-
XYZ36.9852.4827.58-
YUV178.297.9899.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=29.24%
G=44.28%
B=26.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091250.3400.400.18110.7147.7365.49
Hex8AD17D22028126f3041
Octal212321175420502215760101
Binary1000101011010001111110110001001010001001011011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,125); }

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

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

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

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

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

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

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