Shades of Green Spring #ABAF9A
Tints of Green Spring #ABAF9A
RGB
CMYK
RGB Variations
Color information
#ABAF9A (or 0xABAF9A) is known color: Green Spring. HEX triplet: AB, AF and 9A. RGB value is (171,175,154). Sum of RGB (Red+Green+Blue) = 171+175+154=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9A is #545065. Grayscale: #ABABAB. Windows color (decimal): -5525606 or 10137515. OLE color: 10137515.
HSL color Cylindrical-coordinate representation of color #ABAF9A: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABAF9A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 154 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.31 |
| HSL | 71.43º | 0.12% | 0.65% | - |
| HSV(B) | 71.43º | 0.12% | 0.69% | - |
| XYZ | 37.96 | 41.65 | 36.61 | - |
| YUV | 171.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 154 | 0.02 | 0 | 0.12 | 0.31 | 71.43 | 0.12 | 0.65 |
| Hex | AB | AF | 9A | 2 | 0 | C | 1F | 47 | C | 41 |
| Octal | 253 | 257 | 232 | 2 | 0 | 14 | 37 | 107 | 14 | 101 |
| Binary | 10101011 | 10101111 | 10011010 | 10 | 0 | 1100 | 11111 | 1000111 | 1100 | 1000001 |
Color Harmonies of #ABAF9A
Complementary color
Monochromatic Colors of #ABAF9A
Black with #ABAF9A
Text Example
Text Example
White with #ABAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF9A; }
p { color: rgb(171,175,154); }
H1.HeaderClassName
{
color: #ABAF9A;
}
.AnyTagClassName
{
color: #ABAF9A;
}
</style>
background-color css
<style>
a { background-color: #ABAF9A; }
a { background-color: rgb(171,175,154); }
div.DivClassName
{
background-color: #ABAF9A;
}
.BgClassName
{
background-color: #ABAF9A;
}
</style>
border-color css
<style>
span { border-color: #ABAF9A; }
span { border-color: rgb(171,175,154); }
td.TdClassName
{
border-color: #ABAF9A;
}
.TagClassName
{
border-color: #ABAF9A;
}
</style>