#8ad17f

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

Shades of De York #8AD17F

Tints of De York #8AD17F

Color information

#8AD17F (or 0x8AD17F) is unknown color: approx De York. HEX triplet: 8A, D1 and 7F. RGB value is (138,209,127). Sum of RGB (Red+Green+Blue) = 138+209+127=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD17F is #752E80. Grayscale: #B2B2B2. Windows color (decimal): -7679617 or 8376714. OLE color: 8376714.

HSL color Cylindrical-coordinate representation of color #8AD17F: hue angle of 111.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD17F is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB138209127-
CMYK0.3400.390.18
HSL111.95º47.13%65.88%-
HSV(B)111.95º39.23%81.96%-
XYZ37.1152.5428.26-
YUV178.4298.9899.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 127 (50% from 255) = 26.79%
R=29.11%
G=44.09%
B=26.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091270.3400.390.18111.9547.1365.88
Hex8AD17F2202712702f42
Octal212321177420472216057102
Binary1000101011010001111111110001001001111001011100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ad17f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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