Shades of De York #8AC590
Tints of De York #8AC590
RGB
CMYK
RGB Variations
Color information
#8AC590 (or 0x8AC590) is known color: De York. HEX triplet: 8A, C5 and 90. RGB value is (138,197,144). Sum of RGB (Red+Green+Blue) = 138+197+144=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC590 is #753A6F. Grayscale: #ADADAD. Windows color (decimal): -7682672 or 9487754. OLE color: 9487754.
HSL color Cylindrical-coordinate representation of color #8AC590: hue angle of 126.1º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC590 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 144 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.23 |
| HSL | 126.1º | 0.34% | 0.66% | - |
| HSV(B) | 126.1º | 0.3% | 0.77% | - |
| XYZ | 35.48 | 47.35 | 33.65 | - |
| YUV | 173.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 144 | 0.30 | 0 | 0.27 | 0.23 | 126.1 | 0.34 | 0.66 |
| Hex | 8A | C5 | 90 | 1E | 0 | 1B | 17 | 7E | 22 | 42 |
| Octal | 212 | 305 | 220 | 36 | 0 | 33 | 27 | 176 | 42 | 102 |
| Binary | 10001010 | 11000101 | 10010000 | 11110 | 0 | 11011 | 10111 | 1111110 | 100010 | 1000010 |
Color Harmonies of #8AC590
Complementary color
Monochromatic Colors of #8AC590
Black with #8AC590
Text Example
Text Example
White with #8AC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC590; }
p { color: rgb(138,197,144); }
H1.HeaderClassName
{
color: #8AC590;
}
.AnyTagClassName
{
color: #8AC590;
}
</style>
background-color css
<style>
a { background-color: #8AC590; }
a { background-color: rgb(138,197,144); }
div.DivClassName
{
background-color: #8AC590;
}
.BgClassName
{
background-color: #8AC590;
}
</style>
border-color css
<style>
span { border-color: #8AC590; }
span { border-color: rgb(138,197,144); }
td.TdClassName
{
border-color: #8AC590;
}
.TagClassName
{
border-color: #8AC590;
}
</style>