Shades of De York #8ACE78
Tints of De York #8ACE78
RGB
CMYK
RGB Variations
Color information
#8ACE78 (or 0x8ACE78) is known color: De York. HEX triplet: 8A, CE and 78. RGB value is (138,206,120). Sum of RGB (Red+Green+Blue) = 138+206+120=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE78 is #753187. Grayscale: #B0B0B0. Windows color (decimal): -7680392 or 7917194. OLE color: 7917194.
HSL color Cylindrical-coordinate representation of color #8ACE78: hue angle of 107.44º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACE78 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 120 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.19 |
| HSL | 107.44º | 0.47% | 0.64% | - |
| HSV(B) | 107.44º | 0.42% | 0.81% | - |
| XYZ | 35.94 | 50.9 | 25.7 | - |
| YUV | 175.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 120 | 0.33 | 0 | 0.42 | 0.19 | 107.44 | 0.47 | 0.64 |
| Hex | 8A | CE | 78 | 21 | 0 | 2A | 13 | 6B | 2F | 40 |
| Octal | 212 | 316 | 170 | 41 | 0 | 52 | 23 | 153 | 57 | 100 |
| Binary | 10001010 | 11001110 | 1111000 | 100001 | 0 | 101010 | 10011 | 1101011 | 101111 | 1000000 |
Color Harmonies of #8ACE78
Complementary color
Monochromatic Colors of #8ACE78
Black with #8ACE78
Text Example
Text Example
White with #8ACE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE78; }
p { color: rgb(138,206,120); }
H1.HeaderClassName
{
color: #8ACE78;
}
.AnyTagClassName
{
color: #8ACE78;
}
</style>
background-color css
<style>
a { background-color: #8ACE78; }
a { background-color: rgb(138,206,120); }
div.DivClassName
{
background-color: #8ACE78;
}
.BgClassName
{
background-color: #8ACE78;
}
</style>
border-color css
<style>
span { border-color: #8ACE78; }
span { border-color: rgb(138,206,120); }
td.TdClassName
{
border-color: #8ACE78;
}
.TagClassName
{
border-color: #8ACE78;
}
</style>