Shades of Bahia #AAC80F
Tints of Bahia #AAC80F
RGB
CMYK
RGB Variations
Color information
#AAC80F (or 0xAAC80F) is known color: Bahia. HEX triplet: AA, C8 and 0F. RGB value is (170,200,15). Sum of RGB (Red+Green+Blue) = 170+200+15=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC80F is #5537F0. Grayscale: #AAAAAA. Windows color (decimal): -5584881 or 1034410. OLE color: 1034410.
HSL color Cylindrical-coordinate representation of color #AAC80F: hue angle of 69.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAC80F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.22 |
| HSL | 69.73º | 0.86% | 0.42% | - |
| HSV(B) | 69.73º | 0.93% | 0.78% | - |
| XYZ | 37.32 | 49.89 | 8.11 | - |
| YUV | 169.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 15 | 0.15 | 0 | 0.92 | 0.22 | 69.73 | 0.86 | 0.42 |
| Hex | AA | C8 | F | F | 0 | 5C | 16 | 46 | 56 | 2A |
| Octal | 252 | 310 | 17 | 17 | 0 | 134 | 26 | 106 | 126 | 52 |
| Binary | 10101010 | 11001000 | 1111 | 1111 | 0 | 1011100 | 10110 | 1000110 | 1010110 | 101010 |
Color Harmonies of #AAC80F
Complementary color
Monochromatic Colors of #AAC80F
Black with #AAC80F
Text Example
Text Example
White with #AAC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC80F; }
p { color: rgb(170,200,15); }
H1.HeaderClassName
{
color: #AAC80F;
}
.AnyTagClassName
{
color: #AAC80F;
}
</style>
background-color css
<style>
a { background-color: #AAC80F; }
a { background-color: rgb(170,200,15); }
div.DivClassName
{
background-color: #AAC80F;
}
.BgClassName
{
background-color: #AAC80F;
}
</style>
border-color css
<style>
span { border-color: #AAC80F; }
span { border-color: rgb(170,200,15); }
td.TdClassName
{
border-color: #AAC80F;
}
.TagClassName
{
border-color: #AAC80F;
}
</style>