Shades of Green Spring #AAB78F
Tints of Green Spring #AAB78F
RGB
CMYK
RGB Variations
Color information
#AAB78F (or 0xAAB78F) is known color: Green Spring. HEX triplet: AA, B7 and 8F. RGB value is (170,183,143). Sum of RGB (Red+Green+Blue) = 170+183+143=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB78F is #554870. Grayscale: #AEAEAE. Windows color (decimal): -5589105 or 9418666. OLE color: 9418666.
HSL color Cylindrical-coordinate representation of color #AAB78F: hue angle of 79.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB78F is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 143 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.28 |
| HSL | 79.5º | 0.22% | 0.64% | - |
| HSV(B) | 79.5º | 0.22% | 0.72% | - |
| XYZ | 38.47 | 44.4 | 32.53 | - |
| YUV | 174.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 143 | 0.07 | 0 | 0.22 | 0.28 | 79.5 | 0.22 | 0.64 |
| Hex | AA | B7 | 8F | 7 | 0 | 16 | 1C | 50 | 16 | 40 |
| Octal | 252 | 267 | 217 | 7 | 0 | 26 | 34 | 120 | 26 | 100 |
| Binary | 10101010 | 10110111 | 10001111 | 111 | 0 | 10110 | 11100 | 1010000 | 10110 | 1000000 |
Color Harmonies of #AAB78F
Complementary color
Monochromatic Colors of #AAB78F
Black with #AAB78F
Text Example
Text Example
White with #AAB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB78F; }
p { color: rgb(170,183,143); }
H1.HeaderClassName
{
color: #AAB78F;
}
.AnyTagClassName
{
color: #AAB78F;
}
</style>
background-color css
<style>
a { background-color: #AAB78F; }
a { background-color: rgb(170,183,143); }
div.DivClassName
{
background-color: #AAB78F;
}
.BgClassName
{
background-color: #AAB78F;
}
</style>
border-color css
<style>
span { border-color: #AAB78F; }
span { border-color: rgb(170,183,143); }
td.TdClassName
{
border-color: #AAB78F;
}
.TagClassName
{
border-color: #AAB78F;
}
</style>