Shades of De York #8AD278
Tints of De York #8AD278
RGB
CMYK
RGB Variations
Color information
#8AD278 (or 0x8AD278) is known color: De York. HEX triplet: 8A, D2 and 78. RGB value is (138,210,120). Sum of RGB (Red+Green+Blue) = 138+210+120=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD278 is #752D87. Grayscale: #B2B2B2. Windows color (decimal): -7679368 or 7918218. OLE color: 7918218.
HSL color Cylindrical-coordinate representation of color #8AD278: hue angle of 108º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD278 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 120 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.18 |
| HSL | 108º | 0.5% | 0.65% | - |
| HSV(B) | 108º | 0.43% | 0.82% | - |
| XYZ | 36.92 | 52.85 | 26.03 | - |
| YUV | 178.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 120 | 0.34 | 0 | 0.43 | 0.18 | 108 | 0.5 | 0.65 |
| Hex | 8A | D2 | 78 | 22 | 0 | 2B | 12 | 6C | 32 | 41 |
| Octal | 212 | 322 | 170 | 42 | 0 | 53 | 22 | 154 | 62 | 101 |
| Binary | 10001010 | 11010010 | 1111000 | 100010 | 0 | 101011 | 10010 | 1101100 | 110010 | 1000001 |
Color Harmonies of #8AD278
Complementary color
Monochromatic Colors of #8AD278
Black with #8AD278
Text Example
Text Example
White with #8AD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD278; }
p { color: rgb(138,210,120); }
H1.HeaderClassName
{
color: #8AD278;
}
.AnyTagClassName
{
color: #8AD278;
}
</style>
background-color css
<style>
a { background-color: #8AD278; }
a { background-color: rgb(138,210,120); }
div.DivClassName
{
background-color: #8AD278;
}
.BgClassName
{
background-color: #8AD278;
}
</style>
border-color css
<style>
span { border-color: #8AD278; }
span { border-color: rgb(138,210,120); }
td.TdClassName
{
border-color: #8AD278;
}
.TagClassName
{
border-color: #8AD278;
}
</style>