Shades of De York #8AC586
Tints of De York #8AC586
RGB
CMYK
RGB Variations
Color information
#8AC586 (or 0x8AC586) is known color: De York. HEX triplet: 8A, C5 and 86. RGB value is (138,197,134). Sum of RGB (Red+Green+Blue) = 138+197+134=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC586 is #753A79. Grayscale: #ACACAC. Windows color (decimal): -7682682 or 8832394. OLE color: 8832394.
HSL color Cylindrical-coordinate representation of color #8AC586: hue angle of 116.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC586 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 134 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.23 |
| HSL | 116.19º | 0.35% | 0.65% | - |
| HSV(B) | 116.19º | 0.32% | 0.77% | - |
| XYZ | 34.75 | 47.06 | 29.81 | - |
| YUV | 172.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 134 | 0.30 | 0 | 0.32 | 0.23 | 116.19 | 0.35 | 0.65 |
| Hex | 8A | C5 | 86 | 1E | 0 | 20 | 17 | 74 | 23 | 41 |
| Octal | 212 | 305 | 206 | 36 | 0 | 40 | 27 | 164 | 43 | 101 |
| Binary | 10001010 | 11000101 | 10000110 | 11110 | 0 | 100000 | 10111 | 1110100 | 100011 | 1000001 |
Color Harmonies of #8AC586
Complementary color
Monochromatic Colors of #8AC586
Black with #8AC586
Text Example
Text Example
White with #8AC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC586; }
p { color: rgb(138,197,134); }
H1.HeaderClassName
{
color: #8AC586;
}
.AnyTagClassName
{
color: #8AC586;
}
</style>
background-color css
<style>
a { background-color: #8AC586; }
a { background-color: rgb(138,197,134); }
div.DivClassName
{
background-color: #8AC586;
}
.BgClassName
{
background-color: #8AC586;
}
</style>
border-color css
<style>
span { border-color: #8AC586; }
span { border-color: rgb(138,197,134); }
td.TdClassName
{
border-color: #8AC586;
}
.TagClassName
{
border-color: #8AC586;
}
</style>