Shades of De York #8ACD84
Tints of De York #8ACD84
RGB
CMYK
RGB Variations
Color information
#8ACD84 (or 0x8ACD84) is known color: De York. HEX triplet: 8A, CD and 84. RGB value is (138,205,132). Sum of RGB (Red+Green+Blue) = 138+205+132=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD84 is #75327B. Grayscale: #B0B0B0. Windows color (decimal): -7680636 or 8703370. OLE color: 8703370.
HSL color Cylindrical-coordinate representation of color #8ACD84: hue angle of 115.07º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ACD84 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 132 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.20 |
| HSL | 115.07º | 0.42% | 0.66% | - |
| HSV(B) | 115.07º | 0.36% | 0.8% | - |
| XYZ | 36.48 | 50.73 | 29.7 | - |
| YUV | 176.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 132 | 0.33 | 0 | 0.36 | 0.20 | 115.07 | 0.42 | 0.66 |
| Hex | 8A | CD | 84 | 21 | 0 | 24 | 14 | 73 | 2A | 42 |
| Octal | 212 | 315 | 204 | 41 | 0 | 44 | 24 | 163 | 52 | 102 |
| Binary | 10001010 | 11001101 | 10000100 | 100001 | 0 | 100100 | 10100 | 1110011 | 101010 | 1000010 |
Color Harmonies of #8ACD84
Complementary color
Monochromatic Colors of #8ACD84
Black with #8ACD84
Text Example
Text Example
White with #8ACD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD84; }
p { color: rgb(138,205,132); }
H1.HeaderClassName
{
color: #8ACD84;
}
.AnyTagClassName
{
color: #8ACD84;
}
</style>
background-color css
<style>
a { background-color: #8ACD84; }
a { background-color: rgb(138,205,132); }
div.DivClassName
{
background-color: #8ACD84;
}
.BgClassName
{
background-color: #8ACD84;
}
</style>
border-color css
<style>
span { border-color: #8ACD84; }
span { border-color: rgb(138,205,132); }
td.TdClassName
{
border-color: #8ACD84;
}
.TagClassName
{
border-color: #8ACD84;
}
</style>