Shades of De York #8ACE8E
Tints of De York #8ACE8E
RGB
CMYK
RGB Variations
Color information
#8ACE8E (or 0x8ACE8E) is known color: De York. HEX triplet: 8A, CE and 8E. RGB value is (138,206,142). Sum of RGB (Red+Green+Blue) = 138+206+142=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE8E is #753171. Grayscale: #B2B2B2. Windows color (decimal): -7680370 or 9358986. OLE color: 9358986.
HSL color Cylindrical-coordinate representation of color #8ACE8E: hue angle of 123.53º 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 #8ACE8E is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 142 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.19 |
| HSL | 123.53º | 0.41% | 0.67% | - |
| HSV(B) | 123.53º | 0.33% | 0.81% | - |
| XYZ | 37.44 | 51.5 | 33.56 | - |
| YUV | 178.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 142 | 0.33 | 0 | 0.31 | 0.19 | 123.53 | 0.41 | 0.67 |
| Hex | 8A | CE | 8E | 21 | 0 | 1F | 13 | 7C | 29 | 43 |
| Octal | 212 | 316 | 216 | 41 | 0 | 37 | 23 | 174 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10001110 | 100001 | 0 | 11111 | 10011 | 1111100 | 101001 | 1000011 |
Color Harmonies of #8ACE8E
Complementary color
Monochromatic Colors of #8ACE8E
Black with #8ACE8E
Text Example
Text Example
White with #8ACE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE8E; }
p { color: rgb(138,206,142); }
H1.HeaderClassName
{
color: #8ACE8E;
}
.AnyTagClassName
{
color: #8ACE8E;
}
</style>
background-color css
<style>
a { background-color: #8ACE8E; }
a { background-color: rgb(138,206,142); }
div.DivClassName
{
background-color: #8ACE8E;
}
.BgClassName
{
background-color: #8ACE8E;
}
</style>
border-color css
<style>
span { border-color: #8ACE8E; }
span { border-color: rgb(138,206,142); }
td.TdClassName
{
border-color: #8ACE8E;
}
.TagClassName
{
border-color: #8ACE8E;
}
</style>