Shades of De York #8AD087
Tints of De York #8AD087
RGB
CMYK
RGB Variations
Color information
#8AD087 (or 0x8AD087) is known color: De York. HEX triplet: 8A, D0 and 87. RGB value is (138,208,135). Sum of RGB (Red+Green+Blue) = 138+208+135=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD087 is #752F78. Grayscale: #B2B2B2. Windows color (decimal): -7679865 or 8900746. OLE color: 8900746.
HSL color Cylindrical-coordinate representation of color #8AD087: hue angle of 117.53º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD087 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 135 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.18 |
| HSL | 117.53º | 0.44% | 0.67% | - |
| HSV(B) | 117.53º | 0.35% | 0.82% | - |
| XYZ | 37.41 | 52.26 | 31.04 | - |
| YUV | 178.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 135 | 0.34 | 0 | 0.35 | 0.18 | 117.53 | 0.44 | 0.67 |
| Hex | 8A | D0 | 87 | 22 | 0 | 23 | 12 | 76 | 2C | 43 |
| Octal | 212 | 320 | 207 | 42 | 0 | 43 | 22 | 166 | 54 | 103 |
| Binary | 10001010 | 11010000 | 10000111 | 100010 | 0 | 100011 | 10010 | 1110110 | 101100 | 1000011 |
Color Harmonies of #8AD087
Complementary color
Monochromatic Colors of #8AD087
Black with #8AD087
Text Example
Text Example
White with #8AD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD087; }
p { color: rgb(138,208,135); }
H1.HeaderClassName
{
color: #8AD087;
}
.AnyTagClassName
{
color: #8AD087;
}
</style>
background-color css
<style>
a { background-color: #8AD087; }
a { background-color: rgb(138,208,135); }
div.DivClassName
{
background-color: #8AD087;
}
.BgClassName
{
background-color: #8AD087;
}
</style>
border-color css
<style>
span { border-color: #8AD087; }
span { border-color: rgb(138,208,135); }
td.TdClassName
{
border-color: #8AD087;
}
.TagClassName
{
border-color: #8AD087;
}
</style>