Shades of De York #8ACC84
Tints of De York #8ACC84
RGB
CMYK
RGB Variations
Color information
#8ACC84 (or 0x8ACC84) is known color: De York. HEX triplet: 8A, CC and 84. RGB value is (138,204,132). Sum of RGB (Red+Green+Blue) = 138+204+132=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC84 is #75337B. Grayscale: #B0B0B0. Windows color (decimal): -7680892 or 8703114. OLE color: 8703114.
HSL color Cylindrical-coordinate representation of color #8ACC84: hue angle of 115º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ACC84 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 132 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.2 |
| HSL | 115º | 0.41% | 0.66% | - |
| HSV(B) | 115º | 0.35% | 0.8% | - |
| XYZ | 36.24 | 50.25 | 29.62 | - |
| YUV | 176.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 132 | 0.32 | 0 | 0.35 | 0.2 | 115 | 0.41 | 0.66 |
| Hex | 8A | CC | 84 | 20 | 0 | 23 | 14 | 73 | 29 | 42 |
| Octal | 212 | 314 | 204 | 40 | 0 | 43 | 24 | 163 | 51 | 102 |
| Binary | 10001010 | 11001100 | 10000100 | 100000 | 0 | 100011 | 10100 | 1110011 | 101001 | 1000010 |
Color Harmonies of #8ACC84
Complementary color
Monochromatic Colors of #8ACC84
Black with #8ACC84
Text Example
Text Example
White with #8ACC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC84; }
p { color: rgb(138,204,132); }
H1.HeaderClassName
{
color: #8ACC84;
}
.AnyTagClassName
{
color: #8ACC84;
}
</style>
background-color css
<style>
a { background-color: #8ACC84; }
a { background-color: rgb(138,204,132); }
div.DivClassName
{
background-color: #8ACC84;
}
.BgClassName
{
background-color: #8ACC84;
}
</style>
border-color css
<style>
span { border-color: #8ACC84; }
span { border-color: rgb(138,204,132); }
td.TdClassName
{
border-color: #8ACC84;
}
.TagClassName
{
border-color: #8ACC84;
}
</style>