Shades of De York #8ACC97
Tints of De York #8ACC97
RGB
CMYK
RGB Variations
Color information
#8ACC97 (or 0x8ACC97) is known color: De York. HEX triplet: 8A, CC and 97. RGB value is (138,204,151). Sum of RGB (Red+Green+Blue) = 138+204+151=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC97 is #753368. Grayscale: #B2B2B2. Windows color (decimal): -7680873 or 9948298. OLE color: 9948298.
HSL color Cylindrical-coordinate representation of color #8ACC97: hue angle of 131.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACC97 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 151 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.2 |
| HSL | 131.82º | 0.39% | 0.67% | - |
| HSV(B) | 131.82º | 0.32% | 0.8% | - |
| XYZ | 37.66 | 50.82 | 37.1 | - |
| YUV | 178.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 151 | 0.32 | 0 | 0.26 | 0.2 | 131.82 | 0.39 | 0.67 |
| Hex | 8A | CC | 97 | 20 | 0 | 1A | 14 | 84 | 27 | 43 |
| Octal | 212 | 314 | 227 | 40 | 0 | 32 | 24 | 204 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10010111 | 100000 | 0 | 11010 | 10100 | 10000100 | 100111 | 1000011 |
Color Harmonies of #8ACC97
Complementary color
Monochromatic Colors of #8ACC97
Black with #8ACC97
Text Example
Text Example
White with #8ACC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC97; }
p { color: rgb(138,204,151); }
H1.HeaderClassName
{
color: #8ACC97;
}
.AnyTagClassName
{
color: #8ACC97;
}
</style>
background-color css
<style>
a { background-color: #8ACC97; }
a { background-color: rgb(138,204,151); }
div.DivClassName
{
background-color: #8ACC97;
}
.BgClassName
{
background-color: #8ACC97;
}
</style>
border-color css
<style>
span { border-color: #8ACC97; }
span { border-color: rgb(138,204,151); }
td.TdClassName
{
border-color: #8ACC97;
}
.TagClassName
{
border-color: #8ACC97;
}
</style>