Shades of De York #8ACE94
Tints of De York #8ACE94
RGB
CMYK
RGB Variations
Color information
#8ACE94 (or 0x8ACE94) is known color: De York. HEX triplet: 8A, CE and 94. RGB value is (138,206,148). Sum of RGB (Red+Green+Blue) = 138+206+148=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE94 is #75316B. Grayscale: #B3B3B3. Windows color (decimal): -7680364 or 9752202. OLE color: 9752202.
HSL color Cylindrical-coordinate representation of color #8ACE94: hue angle of 128.82º 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 #8ACE94 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 148 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.19 |
| HSL | 128.82º | 0.41% | 0.67% | - |
| HSV(B) | 128.82º | 0.33% | 0.81% | - |
| XYZ | 37.9 | 51.68 | 36 | - |
| YUV | 179.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 148 | 0.33 | 0 | 0.28 | 0.19 | 128.82 | 0.41 | 0.67 |
| Hex | 8A | CE | 94 | 21 | 0 | 1C | 13 | 81 | 29 | 43 |
| Octal | 212 | 316 | 224 | 41 | 0 | 34 | 23 | 201 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10010100 | 100001 | 0 | 11100 | 10011 | 10000001 | 101001 | 1000011 |
Color Harmonies of #8ACE94
Complementary color
Monochromatic Colors of #8ACE94
Black with #8ACE94
Text Example
Text Example
White with #8ACE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE94; }
p { color: rgb(138,206,148); }
H1.HeaderClassName
{
color: #8ACE94;
}
.AnyTagClassName
{
color: #8ACE94;
}
</style>
background-color css
<style>
a { background-color: #8ACE94; }
a { background-color: rgb(138,206,148); }
div.DivClassName
{
background-color: #8ACE94;
}
.BgClassName
{
background-color: #8ACE94;
}
</style>
border-color css
<style>
span { border-color: #8ACE94; }
span { border-color: rgb(138,206,148); }
td.TdClassName
{
border-color: #8ACE94;
}
.TagClassName
{
border-color: #8ACE94;
}
</style>