Shades of De York #8AD17D
Tints of De York #8AD17D
RGB
CMYK
RGB Variations
Color information
#8AD17D (or 0x8AD17D) is known color: 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
| RGB | 138 | 209 | 125 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.18 |
| HSL | 110.71º | 0.48% | 0.65% | - |
| HSV(B) | 110.71º | 0.4% | 0.82% | - |
| XYZ | 36.98 | 52.48 | 27.58 | - |
| YUV | 178.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 125 | 0.34 | 0 | 0.40 | 0.18 | 110.71 | 0.48 | 0.65 |
| Hex | 8A | D1 | 7D | 22 | 0 | 28 | 12 | 6F | 30 | 41 |
| Octal | 212 | 321 | 175 | 42 | 0 | 50 | 22 | 157 | 60 | 101 |
| Binary | 10001010 | 11010001 | 1111101 | 100010 | 0 | 101000 | 10010 | 1101111 | 110000 | 1000001 |
Color Harmonies of #8AD17D
Complementary color
Monochromatic Colors of #8AD17D
Black with #8AD17D
Text Example
Text Example
White with #8AD17D
Text Example
Text Example
HTML Codes & Css Web 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>