Shades of De York #8AD186
Tints of De York #8AD186
RGB
CMYK
RGB Variations
Color information
#8AD186 (or 0x8AD186) is known color: De York. HEX triplet: 8A, D1 and 86. RGB value is (138,209,134). Sum of RGB (Red+Green+Blue) = 138+209+134=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD186 is #752E79. Grayscale: #B3B3B3. Windows color (decimal): -7679610 or 8835466. OLE color: 8835466.
HSL color Cylindrical-coordinate representation of color #8AD186: hue angle of 116.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD186 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 134 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.18 |
| HSL | 116.8º | 0.45% | 0.67% | - |
| HSV(B) | 116.8º | 0.36% | 0.82% | - |
| XYZ | 37.58 | 52.73 | 30.75 | - |
| YUV | 179.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 134 | 0.34 | 0 | 0.36 | 0.18 | 116.8 | 0.45 | 0.67 |
| Hex | 8A | D1 | 86 | 22 | 0 | 24 | 12 | 75 | 2D | 43 |
| Octal | 212 | 321 | 206 | 42 | 0 | 44 | 22 | 165 | 55 | 103 |
| Binary | 10001010 | 11010001 | 10000110 | 100010 | 0 | 100100 | 10010 | 1110101 | 101101 | 1000011 |
Color Harmonies of #8AD186
Complementary color
Monochromatic Colors of #8AD186
Black with #8AD186
Text Example
Text Example
White with #8AD186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD186; }
p { color: rgb(138,209,134); }
H1.HeaderClassName
{
color: #8AD186;
}
.AnyTagClassName
{
color: #8AD186;
}
</style>
background-color css
<style>
a { background-color: #8AD186; }
a { background-color: rgb(138,209,134); }
div.DivClassName
{
background-color: #8AD186;
}
.BgClassName
{
background-color: #8AD186;
}
</style>
border-color css
<style>
span { border-color: #8AD186; }
span { border-color: rgb(138,209,134); }
td.TdClassName
{
border-color: #8AD186;
}
.TagClassName
{
border-color: #8AD186;
}
</style>