Shades of De York #8ACE92
Tints of De York #8ACE92
RGB
CMYK
RGB Variations
Color information
#8ACE92 (or 0x8ACE92) is known color: De York. HEX triplet: 8A, CE and 92. RGB value is (138,206,146). Sum of RGB (Red+Green+Blue) = 138+206+146=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE92 is #75316D. Grayscale: #B3B3B3. Windows color (decimal): -7680366 or 9621130. OLE color: 9621130.
HSL color Cylindrical-coordinate representation of color #8ACE92: hue angle of 127.06º 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 #8ACE92 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 146 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.19 |
| HSL | 127.06º | 0.41% | 0.67% | - |
| HSV(B) | 127.06º | 0.33% | 0.81% | - |
| XYZ | 37.74 | 51.62 | 35.17 | - |
| YUV | 178.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 146 | 0.33 | 0 | 0.29 | 0.19 | 127.06 | 0.41 | 0.67 |
| Hex | 8A | CE | 92 | 21 | 0 | 1D | 13 | 7F | 29 | 43 |
| Octal | 212 | 316 | 222 | 41 | 0 | 35 | 23 | 177 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10010010 | 100001 | 0 | 11101 | 10011 | 1111111 | 101001 | 1000011 |
Color Harmonies of #8ACE92
Complementary color
Monochromatic Colors of #8ACE92
Black with #8ACE92
Text Example
Text Example
White with #8ACE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE92; }
p { color: rgb(138,206,146); }
H1.HeaderClassName
{
color: #8ACE92;
}
.AnyTagClassName
{
color: #8ACE92;
}
</style>
background-color css
<style>
a { background-color: #8ACE92; }
a { background-color: rgb(138,206,146); }
div.DivClassName
{
background-color: #8ACE92;
}
.BgClassName
{
background-color: #8ACE92;
}
</style>
border-color css
<style>
span { border-color: #8ACE92; }
span { border-color: rgb(138,206,146); }
td.TdClassName
{
border-color: #8ACE92;
}
.TagClassName
{
border-color: #8ACE92;
}
</style>