Shades of De York #8ACF89
Tints of De York #8ACF89
RGB
CMYK
RGB Variations
Color information
#8ACF89 (or 0x8ACF89) is known color: De York. HEX triplet: 8A, CF and 89. RGB value is (138,207,137). Sum of RGB (Red+Green+Blue) = 138+207+137=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF89 is #753076. Grayscale: #B2B2B2. Windows color (decimal): -7680119 or 9031562. OLE color: 9031562.
HSL color Cylindrical-coordinate representation of color #8ACF89: hue angle of 119.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ACF89 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 137 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.19 |
| HSL | 119.14º | 0.42% | 0.67% | - |
| HSV(B) | 119.14º | 0.34% | 0.81% | - |
| XYZ | 37.31 | 51.84 | 31.71 | - |
| YUV | 178.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 137 | 0.33 | 0 | 0.34 | 0.19 | 119.14 | 0.42 | 0.67 |
| Hex | 8A | CF | 89 | 21 | 0 | 22 | 13 | 77 | 2A | 43 |
| Octal | 212 | 317 | 211 | 41 | 0 | 42 | 23 | 167 | 52 | 103 |
| Binary | 10001010 | 11001111 | 10001001 | 100001 | 0 | 100010 | 10011 | 1110111 | 101010 | 1000011 |
Color Harmonies of #8ACF89
Complementary color
Monochromatic Colors of #8ACF89
Black with #8ACF89
Text Example
Text Example
White with #8ACF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF89; }
p { color: rgb(138,207,137); }
H1.HeaderClassName
{
color: #8ACF89;
}
.AnyTagClassName
{
color: #8ACF89;
}
</style>
background-color css
<style>
a { background-color: #8ACF89; }
a { background-color: rgb(138,207,137); }
div.DivClassName
{
background-color: #8ACF89;
}
.BgClassName
{
background-color: #8ACF89;
}
</style>
border-color css
<style>
span { border-color: #8ACF89; }
span { border-color: rgb(138,207,137); }
td.TdClassName
{
border-color: #8ACF89;
}
.TagClassName
{
border-color: #8ACF89;
}
</style>