Shades of De York #8ACE8C
Tints of De York #8ACE8C
RGB
CMYK
RGB Variations
Color information
#8ACE8C (or 0x8ACE8C) is known color: De York. HEX triplet: 8A, CE and 8C. RGB value is (138,206,140). Sum of RGB (Red+Green+Blue) = 138+206+140=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE8C is #753173. Grayscale: #B2B2B2. Windows color (decimal): -7680372 or 9227914. OLE color: 9227914.
HSL color Cylindrical-coordinate representation of color #8ACE8C: hue angle of 121.76º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE8C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 140 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.19 |
| HSL | 121.76º | 0.41% | 0.67% | - |
| HSV(B) | 121.76º | 0.33% | 0.81% | - |
| XYZ | 37.29 | 51.44 | 32.77 | - |
| YUV | 178.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 140 | 0.33 | 0 | 0.32 | 0.19 | 121.76 | 0.41 | 0.67 |
| Hex | 8A | CE | 8C | 21 | 0 | 20 | 13 | 7A | 29 | 43 |
| Octal | 212 | 316 | 214 | 41 | 0 | 40 | 23 | 172 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10001100 | 100001 | 0 | 100000 | 10011 | 1111010 | 101001 | 1000011 |
Color Harmonies of #8ACE8C
Complementary color
Monochromatic Colors of #8ACE8C
Black with #8ACE8C
Text Example
Text Example
White with #8ACE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE8C; }
p { color: rgb(138,206,140); }
H1.HeaderClassName
{
color: #8ACE8C;
}
.AnyTagClassName
{
color: #8ACE8C;
}
</style>
background-color css
<style>
a { background-color: #8ACE8C; }
a { background-color: rgb(138,206,140); }
div.DivClassName
{
background-color: #8ACE8C;
}
.BgClassName
{
background-color: #8ACE8C;
}
</style>
border-color css
<style>
span { border-color: #8ACE8C; }
span { border-color: rgb(138,206,140); }
td.TdClassName
{
border-color: #8ACE8C;
}
.TagClassName
{
border-color: #8ACE8C;
}
</style>