Shades of Green Spring #AAB094
Tints of Green Spring #AAB094
RGB
CMYK
RGB Variations
Color information
#AAB094 (or 0xAAB094) is known color: Green Spring. HEX triplet: AA, B0 and 94. RGB value is (170,176,148). Sum of RGB (Red+Green+Blue) = 170+176+148=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB094 is #554F6B. Grayscale: #ABABAB. Windows color (decimal): -5590892 or 9744554. OLE color: 9744554.
HSL color Cylindrical-coordinate representation of color #AAB094: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB094 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 148 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.31 |
| HSL | 72.86º | 0.15% | 0.64% | - |
| HSV(B) | 72.86º | 0.16% | 0.69% | - |
| XYZ | 37.45 | 41.73 | 34.1 | - |
| YUV | 171.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 148 | 0.03 | 0 | 0.16 | 0.31 | 72.86 | 0.15 | 0.64 |
| Hex | AA | B0 | 94 | 3 | 0 | 10 | 1F | 49 | F | 40 |
| Octal | 252 | 260 | 224 | 3 | 0 | 20 | 37 | 111 | 17 | 100 |
| Binary | 10101010 | 10110000 | 10010100 | 11 | 0 | 10000 | 11111 | 1001001 | 1111 | 1000000 |
Color Harmonies of #AAB094
Complementary color
Monochromatic Colors of #AAB094
Black with #AAB094
Text Example
Text Example
White with #AAB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB094; }
p { color: rgb(170,176,148); }
H1.HeaderClassName
{
color: #AAB094;
}
.AnyTagClassName
{
color: #AAB094;
}
</style>
background-color css
<style>
a { background-color: #AAB094; }
a { background-color: rgb(170,176,148); }
div.DivClassName
{
background-color: #AAB094;
}
.BgClassName
{
background-color: #AAB094;
}
</style>
border-color css
<style>
span { border-color: #AAB094; }
span { border-color: rgb(170,176,148); }
td.TdClassName
{
border-color: #AAB094;
}
.TagClassName
{
border-color: #AAB094;
}
</style>