Shades of De York #8ACE7F
Tints of De York #8ACE7F
RGB
CMYK
RGB Variations
Color information
#8ACE7F (or 0x8ACE7F) is known color: De York. HEX triplet: 8A, CE and 7F. RGB value is (138,206,127). Sum of RGB (Red+Green+Blue) = 138+206+127=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE7F is #753180. Grayscale: #B0B0B0. Windows color (decimal): -7680385 or 8375946. OLE color: 8375946.
HSL color Cylindrical-coordinate representation of color #8ACE7F: hue angle of 111.65º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACE7F is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 127 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.19 |
| HSL | 111.65º | 0.45% | 0.65% | - |
| HSV(B) | 111.65º | 0.38% | 0.81% | - |
| XYZ | 36.38 | 51.08 | 28.02 | - |
| YUV | 176.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 127 | 0.33 | 0 | 0.38 | 0.19 | 111.65 | 0.45 | 0.65 |
| Hex | 8A | CE | 7F | 21 | 0 | 26 | 13 | 70 | 2D | 41 |
| Octal | 212 | 316 | 177 | 41 | 0 | 46 | 23 | 160 | 55 | 101 |
| Binary | 10001010 | 11001110 | 1111111 | 100001 | 0 | 100110 | 10011 | 1110000 | 101101 | 1000001 |
Color Harmonies of #8ACE7F
Complementary color
Monochromatic Colors of #8ACE7F
Black with #8ACE7F
Text Example
Text Example
White with #8ACE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE7F; }
p { color: rgb(138,206,127); }
H1.HeaderClassName
{
color: #8ACE7F;
}
.AnyTagClassName
{
color: #8ACE7F;
}
</style>
background-color css
<style>
a { background-color: #8ACE7F; }
a { background-color: rgb(138,206,127); }
div.DivClassName
{
background-color: #8ACE7F;
}
.BgClassName
{
background-color: #8ACE7F;
}
</style>
border-color css
<style>
span { border-color: #8ACE7F; }
span { border-color: rgb(138,206,127); }
td.TdClassName
{
border-color: #8ACE7F;
}
.TagClassName
{
border-color: #8ACE7F;
}
</style>