Shades of De York #8AC978
Tints of De York #8AC978
RGB
CMYK
RGB Variations
Color information
#8AC978 (or 0x8AC978) is known color: De York. HEX triplet: 8A, C9 and 78. RGB value is (138,201,120). Sum of RGB (Red+Green+Blue) = 138+201+120=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC978 is #753687. Grayscale: #ADADAD. Windows color (decimal): -7681672 or 7915914. OLE color: 7915914.
HSL color Cylindrical-coordinate representation of color #8AC978: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC978 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 120 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.21 |
| HSL | 106.67º | 0.43% | 0.63% | - |
| HSV(B) | 106.67º | 0.4% | 0.79% | - |
| XYZ | 34.76 | 48.53 | 25.31 | - |
| YUV | 172.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 120 | 0.31 | 0 | 0.40 | 0.21 | 106.67 | 0.43 | 0.63 |
| Hex | 8A | C9 | 78 | 1F | 0 | 28 | 15 | 6B | 2B | 3F |
| Octal | 212 | 311 | 170 | 37 | 0 | 50 | 25 | 153 | 53 | 77 |
| Binary | 10001010 | 11001001 | 1111000 | 11111 | 0 | 101000 | 10101 | 1101011 | 101011 | 111111 |
Color Harmonies of #8AC978
Complementary color
Monochromatic Colors of #8AC978
Black with #8AC978
Text Example
Text Example
White with #8AC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC978; }
p { color: rgb(138,201,120); }
H1.HeaderClassName
{
color: #8AC978;
}
.AnyTagClassName
{
color: #8AC978;
}
</style>
background-color css
<style>
a { background-color: #8AC978; }
a { background-color: rgb(138,201,120); }
div.DivClassName
{
background-color: #8AC978;
}
.BgClassName
{
background-color: #8AC978;
}
</style>
border-color css
<style>
span { border-color: #8AC978; }
span { border-color: rgb(138,201,120); }
td.TdClassName
{
border-color: #8AC978;
}
.TagClassName
{
border-color: #8AC978;
}
</style>