Shades of Bahia #AAC81E
Tints of Bahia #AAC81E
RGB
CMYK
RGB Variations
Color information
#AAC81E (or 0xAAC81E) is known color: Bahia. HEX triplet: AA, C8 and 1E. RGB value is (170,200,30). Sum of RGB (Red+Green+Blue) = 170+200+30=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC81E is #5537E1. Grayscale: #ACACAC. Windows color (decimal): -5584866 or 2017450. OLE color: 2017450.
HSL color Cylindrical-coordinate representation of color #AAC81E: hue angle of 70.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC81E is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 30 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.22 |
| HSL | 70.59º | 0.74% | 0.45% | - |
| HSV(B) | 70.59º | 0.85% | 0.78% | - |
| XYZ | 37.47 | 49.95 | 8.89 | - |
| YUV | 171.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 30 | 0.15 | 0 | 0.85 | 0.22 | 70.59 | 0.74 | 0.45 |
| Hex | AA | C8 | 1E | F | 0 | 55 | 16 | 47 | 4A | 2D |
| Octal | 252 | 310 | 36 | 17 | 0 | 125 | 26 | 107 | 112 | 55 |
| Binary | 10101010 | 11001000 | 11110 | 1111 | 0 | 1010101 | 10110 | 1000111 | 1001010 | 101101 |
Color Harmonies of #AAC81E
Complementary color
Monochromatic Colors of #AAC81E
Black with #AAC81E
Text Example
Text Example
White with #AAC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC81E; }
p { color: rgb(170,200,30); }
H1.HeaderClassName
{
color: #AAC81E;
}
.AnyTagClassName
{
color: #AAC81E;
}
</style>
background-color css
<style>
a { background-color: #AAC81E; }
a { background-color: rgb(170,200,30); }
div.DivClassName
{
background-color: #AAC81E;
}
.BgClassName
{
background-color: #AAC81E;
}
</style>
border-color css
<style>
span { border-color: #AAC81E; }
span { border-color: rgb(170,200,30); }
td.TdClassName
{
border-color: #AAC81E;
}
.TagClassName
{
border-color: #AAC81E;
}
</style>