Shades of De York #8ACE91
Tints of De York #8ACE91
RGB
CMYK
RGB Variations
Color information
#8ACE91 (or 0x8ACE91) is known color: De York. HEX triplet: 8A, CE and 91. RGB value is (138,206,145). Sum of RGB (Red+Green+Blue) = 138+206+145=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE91 is #75316E. Grayscale: #B2B2B2. Windows color (decimal): -7680367 or 9555594. OLE color: 9555594.
HSL color Cylindrical-coordinate representation of color #8ACE91: hue angle of 126.18º 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 #8ACE91 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 145 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.19 |
| HSL | 126.18º | 0.41% | 0.67% | - |
| HSV(B) | 126.18º | 0.33% | 0.81% | - |
| XYZ | 37.66 | 51.59 | 34.76 | - |
| YUV | 178.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 145 | 0.33 | 0 | 0.30 | 0.19 | 126.18 | 0.41 | 0.67 |
| Hex | 8A | CE | 91 | 21 | 0 | 1E | 13 | 7E | 29 | 43 |
| Octal | 212 | 316 | 221 | 41 | 0 | 36 | 23 | 176 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10010001 | 100001 | 0 | 11110 | 10011 | 1111110 | 101001 | 1000011 |
Color Harmonies of #8ACE91
Complementary color
Monochromatic Colors of #8ACE91
Black with #8ACE91
Text Example
Text Example
White with #8ACE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE91; }
p { color: rgb(138,206,145); }
H1.HeaderClassName
{
color: #8ACE91;
}
.AnyTagClassName
{
color: #8ACE91;
}
</style>
background-color css
<style>
a { background-color: #8ACE91; }
a { background-color: rgb(138,206,145); }
div.DivClassName
{
background-color: #8ACE91;
}
.BgClassName
{
background-color: #8ACE91;
}
</style>
border-color css
<style>
span { border-color: #8ACE91; }
span { border-color: rgb(138,206,145); }
td.TdClassName
{
border-color: #8ACE91;
}
.TagClassName
{
border-color: #8ACE91;
}
</style>