Shades of De York #8AD982
Tints of De York #8AD982
RGB
CMYK
RGB Variations
Color information
#8AD982 (or 0x8AD982) is known color: De York. HEX triplet: 8A, D9 and 82. RGB value is (138,217,130). Sum of RGB (Red+Green+Blue) = 138+217+130=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD982 is #75267D. Grayscale: #B7B7B7. Windows color (decimal): -7677566 or 8575370. OLE color: 8575370.
HSL color Cylindrical-coordinate representation of color #8AD982: hue angle of 114.48º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD982 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 130 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.15 |
| HSL | 114.48º | 0.53% | 0.68% | - |
| HSV(B) | 114.48º | 0.4% | 0.85% | - |
| XYZ | 39.32 | 56.64 | 29.98 | - |
| YUV | 183.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 130 | 0.36 | 0 | 0.40 | 0.15 | 114.48 | 0.53 | 0.68 |
| Hex | 8A | D9 | 82 | 24 | 0 | 28 | F | 72 | 35 | 44 |
| Octal | 212 | 331 | 202 | 44 | 0 | 50 | 17 | 162 | 65 | 104 |
| Binary | 10001010 | 11011001 | 10000010 | 100100 | 0 | 101000 | 1111 | 1110010 | 110101 | 1000100 |
Color Harmonies of #8AD982
Complementary color
Monochromatic Colors of #8AD982
Black with #8AD982
Text Example
Text Example
White with #8AD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD982; }
p { color: rgb(138,217,130); }
H1.HeaderClassName
{
color: #8AD982;
}
.AnyTagClassName
{
color: #8AD982;
}
</style>
background-color css
<style>
a { background-color: #8AD982; }
a { background-color: rgb(138,217,130); }
div.DivClassName
{
background-color: #8AD982;
}
.BgClassName
{
background-color: #8AD982;
}
</style>
border-color css
<style>
span { border-color: #8AD982; }
span { border-color: rgb(138,217,130); }
td.TdClassName
{
border-color: #8AD982;
}
.TagClassName
{
border-color: #8AD982;
}
</style>