Shades of De York #8ADA89
Tints of De York #8ADA89
RGB
CMYK
RGB Variations
Color information
#8ADA89 (or 0x8ADA89) is known color: De York. HEX triplet: 8A, DA and 89. RGB value is (138,218,137). Sum of RGB (Red+Green+Blue) = 138+218+137=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADA89 is #752576. Grayscale: #B9B9B9. Windows color (decimal): -7677303 or 9034378. OLE color: 9034378.
HSL color Cylindrical-coordinate representation of color #8ADA89: hue angle of 119.26º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADA89 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 137 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.15 |
| HSL | 119.26º | 0.52% | 0.7% | - |
| HSV(B) | 119.26º | 0.37% | 0.85% | - |
| XYZ | 40.07 | 57.35 | 32.63 | - |
| YUV | 184.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 137 | 0.37 | 0 | 0.37 | 0.15 | 119.26 | 0.52 | 0.7 |
| Hex | 8A | DA | 89 | 25 | 0 | 25 | F | 77 | 34 | 46 |
| Octal | 212 | 332 | 211 | 45 | 0 | 45 | 17 | 167 | 64 | 106 |
| Binary | 10001010 | 11011010 | 10001001 | 100101 | 0 | 100101 | 1111 | 1110111 | 110100 | 1000110 |
Color Harmonies of #8ADA89
Complementary color
Monochromatic Colors of #8ADA89
Black with #8ADA89
Text Example
Text Example
White with #8ADA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA89; }
p { color: rgb(138,218,137); }
H1.HeaderClassName
{
color: #8ADA89;
}
.AnyTagClassName
{
color: #8ADA89;
}
</style>
background-color css
<style>
a { background-color: #8ADA89; }
a { background-color: rgb(138,218,137); }
div.DivClassName
{
background-color: #8ADA89;
}
.BgClassName
{
background-color: #8ADA89;
}
</style>
border-color css
<style>
span { border-color: #8ADA89; }
span { border-color: rgb(138,218,137); }
td.TdClassName
{
border-color: #8ADA89;
}
.TagClassName
{
border-color: #8ADA89;
}
</style>