Shades of Green Spring #ABB38E
Tints of Green Spring #ABB38E
RGB
CMYK
RGB Variations
Color information
#ABB38E (or 0xABB38E) is known color: Green Spring. HEX triplet: AB, B3 and 8E. RGB value is (171,179,142). Sum of RGB (Red+Green+Blue) = 171+179+142=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB38E is #544C71. Grayscale: #ACACAC. Windows color (decimal): -5524594 or 9352107. OLE color: 9352107.
HSL color Cylindrical-coordinate representation of color #ABB38E: hue angle of 72.97º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB38E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 142 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.30 |
| HSL | 72.97º | 0.2% | 0.63% | - |
| HSV(B) | 72.97º | 0.21% | 0.7% | - |
| XYZ | 37.8 | 42.85 | 31.87 | - |
| YUV | 172.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 142 | 0.04 | 0 | 0.21 | 0.30 | 72.97 | 0.2 | 0.63 |
| Hex | AB | B3 | 8E | 4 | 0 | 15 | 1E | 49 | 14 | 3F |
| Octal | 253 | 263 | 216 | 4 | 0 | 25 | 36 | 111 | 24 | 77 |
| Binary | 10101011 | 10110011 | 10001110 | 100 | 0 | 10101 | 11110 | 1001001 | 10100 | 111111 |
Color Harmonies of #ABB38E
Complementary color
Monochromatic Colors of #ABB38E
Black with #ABB38E
Text Example
Text Example
White with #ABB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB38E; }
p { color: rgb(171,179,142); }
H1.HeaderClassName
{
color: #ABB38E;
}
.AnyTagClassName
{
color: #ABB38E;
}
</style>
background-color css
<style>
a { background-color: #ABB38E; }
a { background-color: rgb(171,179,142); }
div.DivClassName
{
background-color: #ABB38E;
}
.BgClassName
{
background-color: #ABB38E;
}
</style>
border-color css
<style>
span { border-color: #ABB38E; }
span { border-color: rgb(171,179,142); }
td.TdClassName
{
border-color: #ABB38E;
}
.TagClassName
{
border-color: #ABB38E;
}
</style>