Shades of De York #8ACD86
Tints of De York #8ACD86
RGB
CMYK
RGB Variations
Color information
#8ACD86 (or 0x8ACD86) is known color: De York. HEX triplet: 8A, CD and 86. RGB value is (138,205,134). Sum of RGB (Red+Green+Blue) = 138+205+134=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD86 is #753279. Grayscale: #B1B1B1. Windows color (decimal): -7680634 or 8834442. OLE color: 8834442.
HSL color Cylindrical-coordinate representation of color #8ACD86: hue angle of 116.62º degrees, saturation: 0.42, 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 #8ACD86 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 134 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.20 |
| HSL | 116.62º | 0.42% | 0.66% | - |
| HSV(B) | 116.62º | 0.35% | 0.8% | - |
| XYZ | 36.62 | 50.79 | 30.43 | - |
| YUV | 176.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 134 | 0.33 | 0 | 0.35 | 0.20 | 116.62 | 0.42 | 0.66 |
| Hex | 8A | CD | 86 | 21 | 0 | 23 | 14 | 75 | 2A | 42 |
| Octal | 212 | 315 | 206 | 41 | 0 | 43 | 24 | 165 | 52 | 102 |
| Binary | 10001010 | 11001101 | 10000110 | 100001 | 0 | 100011 | 10100 | 1110101 | 101010 | 1000010 |
Color Harmonies of #8ACD86
Complementary color
Monochromatic Colors of #8ACD86
Black with #8ACD86
Text Example
Text Example
White with #8ACD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD86; }
p { color: rgb(138,205,134); }
H1.HeaderClassName
{
color: #8ACD86;
}
.AnyTagClassName
{
color: #8ACD86;
}
</style>
background-color css
<style>
a { background-color: #8ACD86; }
a { background-color: rgb(138,205,134); }
div.DivClassName
{
background-color: #8ACD86;
}
.BgClassName
{
background-color: #8ACD86;
}
</style>
border-color css
<style>
span { border-color: #8ACD86; }
span { border-color: rgb(138,205,134); }
td.TdClassName
{
border-color: #8ACD86;
}
.TagClassName
{
border-color: #8ACD86;
}
</style>