Shades of De York #8ACB90
Tints of De York #8ACB90
RGB
CMYK
RGB Variations
Color information
#8ACB90 (or 0x8ACB90) is known color: De York. HEX triplet: 8A, CB and 90. RGB value is (138,203,144). Sum of RGB (Red+Green+Blue) = 138+203+144=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACB90 is #75346F. Grayscale: #B1B1B1. Windows color (decimal): -7681136 or 9489290. OLE color: 9489290.
HSL color Cylindrical-coordinate representation of color #8ACB90: hue angle of 125.54º degrees, saturation: 0.38, 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 #8ACB90 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 144 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.20 |
| HSL | 125.54º | 0.38% | 0.67% | - |
| HSV(B) | 125.54º | 0.32% | 0.8% | - |
| XYZ | 36.87 | 50.13 | 34.12 | - |
| YUV | 176.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 144 | 0.32 | 0 | 0.29 | 0.20 | 125.54 | 0.38 | 0.67 |
| Hex | 8A | CB | 90 | 20 | 0 | 1D | 14 | 7E | 26 | 43 |
| Octal | 212 | 313 | 220 | 40 | 0 | 35 | 24 | 176 | 46 | 103 |
| Binary | 10001010 | 11001011 | 10010000 | 100000 | 0 | 11101 | 10100 | 1111110 | 100110 | 1000011 |
Color Harmonies of #8ACB90
Complementary color
Monochromatic Colors of #8ACB90
Black with #8ACB90
Text Example
Text Example
White with #8ACB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB90; }
p { color: rgb(138,203,144); }
H1.HeaderClassName
{
color: #8ACB90;
}
.AnyTagClassName
{
color: #8ACB90;
}
</style>
background-color css
<style>
a { background-color: #8ACB90; }
a { background-color: rgb(138,203,144); }
div.DivClassName
{
background-color: #8ACB90;
}
.BgClassName
{
background-color: #8ACB90;
}
</style>
border-color css
<style>
span { border-color: #8ACB90; }
span { border-color: rgb(138,203,144); }
td.TdClassName
{
border-color: #8ACB90;
}
.TagClassName
{
border-color: #8ACB90;
}
</style>