Shades of De York #8ACC8A
Tints of De York #8ACC8A
RGB
CMYK
RGB Variations
Color information
#8ACC8A (or 0x8ACC8A) is known color: De York. HEX triplet: 8A, CC and 8A. RGB value is (138,204,138). Sum of RGB (Red+Green+Blue) = 138+204+138=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC8A is #753375. Grayscale: #B0B0B0. Windows color (decimal): -7680886 or 9096330. OLE color: 9096330.
HSL color Cylindrical-coordinate representation of color #8ACC8A: hue angle of 120º 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 #8ACC8A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 138 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.2 |
| HSL | 120º | 0.39% | 0.67% | - |
| HSV(B) | 120º | 0.32% | 0.8% | - |
| XYZ | 36.66 | 50.42 | 31.85 | - |
| YUV | 176.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 138 | 0.32 | 0 | 0.32 | 0.2 | 120 | 0.39 | 0.67 |
| Hex | 8A | CC | 8A | 20 | 0 | 20 | 14 | 78 | 27 | 43 |
| Octal | 212 | 314 | 212 | 40 | 0 | 40 | 24 | 170 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10001010 | 100000 | 0 | 100000 | 10100 | 1111000 | 100111 | 1000011 |
Color Harmonies of #8ACC8A
Complementary color
Monochromatic Colors of #8ACC8A
Black with #8ACC8A
Text Example
Text Example
White with #8ACC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC8A; }
p { color: rgb(138,204,138); }
H1.HeaderClassName
{
color: #8ACC8A;
}
.AnyTagClassName
{
color: #8ACC8A;
}
</style>
background-color css
<style>
a { background-color: #8ACC8A; }
a { background-color: rgb(138,204,138); }
div.DivClassName
{
background-color: #8ACC8A;
}
.BgClassName
{
background-color: #8ACC8A;
}
</style>
border-color css
<style>
span { border-color: #8ACC8A; }
span { border-color: rgb(138,204,138); }
td.TdClassName
{
border-color: #8ACC8A;
}
.TagClassName
{
border-color: #8ACC8A;
}
</style>