Shades of De York #8ACC8E
Tints of De York #8ACC8E
RGB
CMYK
RGB Variations
Color information
#8ACC8E (or 0x8ACC8E) is known color: De York. HEX triplet: 8A, CC and 8E. RGB value is (138,204,142). Sum of RGB (Red+Green+Blue) = 138+204+142=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC8E is #753371. Grayscale: #B1B1B1. Windows color (decimal): -7680882 or 9358474. OLE color: 9358474.
HSL color Cylindrical-coordinate representation of color #8ACC8E: hue angle of 123.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACC8E is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 142 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.2 |
| HSL | 123.64º | 0.39% | 0.67% | - |
| HSV(B) | 123.64º | 0.32% | 0.8% | - |
| XYZ | 36.96 | 50.54 | 33.4 | - |
| YUV | 177.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 142 | 0.32 | 0 | 0.30 | 0.2 | 123.64 | 0.39 | 0.67 |
| Hex | 8A | CC | 8E | 20 | 0 | 1E | 14 | 7C | 27 | 43 |
| Octal | 212 | 314 | 216 | 40 | 0 | 36 | 24 | 174 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10001110 | 100000 | 0 | 11110 | 10100 | 1111100 | 100111 | 1000011 |
Color Harmonies of #8ACC8E
Complementary color
Monochromatic Colors of #8ACC8E
Black with #8ACC8E
Text Example
Text Example
White with #8ACC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC8E; }
p { color: rgb(138,204,142); }
H1.HeaderClassName
{
color: #8ACC8E;
}
.AnyTagClassName
{
color: #8ACC8E;
}
</style>
background-color css
<style>
a { background-color: #8ACC8E; }
a { background-color: rgb(138,204,142); }
div.DivClassName
{
background-color: #8ACC8E;
}
.BgClassName
{
background-color: #8ACC8E;
}
</style>
border-color css
<style>
span { border-color: #8ACC8E; }
span { border-color: rgb(138,204,142); }
td.TdClassName
{
border-color: #8ACC8E;
}
.TagClassName
{
border-color: #8ACC8E;
}
</style>