Shades of Green Spring #ABB490
Tints of Green Spring #ABB490
RGB
CMYK
RGB Variations
Color information
#ABB490 (or 0xABB490) is known color: Green Spring. HEX triplet: AB, B4 and 90. RGB value is (171,180,144). Sum of RGB (Red+Green+Blue) = 171+180+144=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB490 is #544B6F. Grayscale: #ADADAD. Windows color (decimal): -5524336 or 9483435. OLE color: 9483435.
HSL color Cylindrical-coordinate representation of color #ABB490: hue angle of 75º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABB490 is Cyan = 0.05, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 144 | - |
| CMYK | 0.05 | 0 | 0.2 | 0.29 |
| HSL | 75º | 0.19% | 0.64% | - |
| HSV(B) | 75º | 0.2% | 0.71% | - |
| XYZ | 38.15 | 43.31 | 32.74 | - |
| YUV | 173.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 144 | 0.05 | 0 | 0.2 | 0.29 | 75 | 0.19 | 0.64 |
| Hex | AB | B4 | 90 | 5 | 0 | 14 | 1D | 4B | 13 | 40 |
| Octal | 253 | 264 | 220 | 5 | 0 | 24 | 35 | 113 | 23 | 100 |
| Binary | 10101011 | 10110100 | 10010000 | 101 | 0 | 10100 | 11101 | 1001011 | 10011 | 1000000 |
Color Harmonies of #ABB490
Complementary color
Monochromatic Colors of #ABB490
Black with #ABB490
Text Example
Text Example
White with #ABB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB490; }
p { color: rgb(171,180,144); }
H1.HeaderClassName
{
color: #ABB490;
}
.AnyTagClassName
{
color: #ABB490;
}
</style>
background-color css
<style>
a { background-color: #ABB490; }
a { background-color: rgb(171,180,144); }
div.DivClassName
{
background-color: #ABB490;
}
.BgClassName
{
background-color: #ABB490;
}
</style>
border-color css
<style>
span { border-color: #ABB490; }
span { border-color: rgb(171,180,144); }
td.TdClassName
{
border-color: #ABB490;
}
.TagClassName
{
border-color: #ABB490;
}
</style>