Shades of De York #8ACB7F
Tints of De York #8ACB7F
RGB
CMYK
RGB Variations
Color information
#8ACB7F (or 0x8ACB7F) is known color: De York. HEX triplet: 8A, CB and 7F. RGB value is (138,203,127). Sum of RGB (Red+Green+Blue) = 138+203+127=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB7F is #753480. Grayscale: #AFAFAF. Windows color (decimal): -7681153 or 8375178. OLE color: 8375178.
HSL color Cylindrical-coordinate representation of color #8ACB7F: hue angle of 111.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ACB7F is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 127 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.20 |
| HSL | 111.32º | 0.42% | 0.65% | - |
| HSV(B) | 111.32º | 0.37% | 0.8% | - |
| XYZ | 35.67 | 49.65 | 27.78 | - |
| YUV | 174.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 127 | 0.32 | 0 | 0.37 | 0.20 | 111.32 | 0.42 | 0.65 |
| Hex | 8A | CB | 7F | 20 | 0 | 25 | 14 | 6F | 2A | 41 |
| Octal | 212 | 313 | 177 | 40 | 0 | 45 | 24 | 157 | 52 | 101 |
| Binary | 10001010 | 11001011 | 1111111 | 100000 | 0 | 100101 | 10100 | 1101111 | 101010 | 1000001 |
Color Harmonies of #8ACB7F
Complementary color
Monochromatic Colors of #8ACB7F
Black with #8ACB7F
Text Example
Text Example
White with #8ACB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB7F; }
p { color: rgb(138,203,127); }
H1.HeaderClassName
{
color: #8ACB7F;
}
.AnyTagClassName
{
color: #8ACB7F;
}
</style>
background-color css
<style>
a { background-color: #8ACB7F; }
a { background-color: rgb(138,203,127); }
div.DivClassName
{
background-color: #8ACB7F;
}
.BgClassName
{
background-color: #8ACB7F;
}
</style>
border-color css
<style>
span { border-color: #8ACB7F; }
span { border-color: rgb(138,203,127); }
td.TdClassName
{
border-color: #8ACB7F;
}
.TagClassName
{
border-color: #8ACB7F;
}
</style>