Shades of De York #8ACC88
Tints of De York #8ACC88
RGB
CMYK
RGB Variations
Color information
#8ACC88 (or 0x8ACC88) is known color: De York. HEX triplet: 8A, CC and 88. RGB value is (138,204,136). Sum of RGB (Red+Green+Blue) = 138+204+136=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC88 is #753377. Grayscale: #B0B0B0. Windows color (decimal): -7680888 or 8965258. OLE color: 8965258.
HSL color Cylindrical-coordinate representation of color #8ACC88: hue angle of 118.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACC88 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 136 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.2 |
| HSL | 118.24º | 0.4% | 0.67% | - |
| HSV(B) | 118.24º | 0.33% | 0.8% | - |
| XYZ | 36.52 | 50.37 | 31.09 | - |
| YUV | 176.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 136 | 0.32 | 0 | 0.33 | 0.2 | 118.24 | 0.4 | 0.67 |
| Hex | 8A | CC | 88 | 20 | 0 | 21 | 14 | 76 | 28 | 43 |
| Octal | 212 | 314 | 210 | 40 | 0 | 41 | 24 | 166 | 50 | 103 |
| Binary | 10001010 | 11001100 | 10001000 | 100000 | 0 | 100001 | 10100 | 1110110 | 101000 | 1000011 |
Color Harmonies of #8ACC88
Complementary color
Monochromatic Colors of #8ACC88
Black with #8ACC88
Text Example
Text Example
White with #8ACC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC88; }
p { color: rgb(138,204,136); }
H1.HeaderClassName
{
color: #8ACC88;
}
.AnyTagClassName
{
color: #8ACC88;
}
</style>
background-color css
<style>
a { background-color: #8ACC88; }
a { background-color: rgb(138,204,136); }
div.DivClassName
{
background-color: #8ACC88;
}
.BgClassName
{
background-color: #8ACC88;
}
</style>
border-color css
<style>
span { border-color: #8ACC88; }
span { border-color: rgb(138,204,136); }
td.TdClassName
{
border-color: #8ACC88;
}
.TagClassName
{
border-color: #8ACC88;
}
</style>