Shades of Bahia #A1C80F
Tints of Bahia #A1C80F
RGB
CMYK
RGB Variations
Color information
#A1C80F (or 0xA1C80F) is known color: Bahia. HEX triplet: A1, C8 and 0F. RGB value is (161,200,15). Sum of RGB (Red+Green+Blue) = 161+200+15=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C80F is #5E37F0. Grayscale: #A7A7A7. Windows color (decimal): -6174705 or 1034401. OLE color: 1034401.
HSL color Cylindrical-coordinate representation of color #A1C80F: hue angle of 72.65º 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 #A1C80F is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 15 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.22 |
| HSL | 72.65º | 0.86% | 0.42% | - |
| HSV(B) | 72.65º | 0.93% | 0.78% | - |
| XYZ | 35.44 | 48.92 | 8.03 | - |
| YUV | 167.25 | 42.08 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 15 | 0.19 | 0 | 0.92 | 0.22 | 72.65 | 0.86 | 0.42 |
| Hex | A1 | C8 | F | 13 | 0 | 5C | 16 | 49 | 56 | 2A |
| Octal | 241 | 310 | 17 | 23 | 0 | 134 | 26 | 111 | 126 | 52 |
| Binary | 10100001 | 11001000 | 1111 | 10011 | 0 | 1011100 | 10110 | 1001001 | 1010110 | 101010 |
Color Harmonies of #A1C80F
Complementary color
Monochromatic Colors of #A1C80F
Black with #A1C80F
Text Example
Text Example
White with #A1C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C80F; }
p { color: rgb(161,200,15); }
H1.HeaderClassName
{
color: #A1C80F;
}
.AnyTagClassName
{
color: #A1C80F;
}
</style>
background-color css
<style>
a { background-color: #A1C80F; }
a { background-color: rgb(161,200,15); }
div.DivClassName
{
background-color: #A1C80F;
}
.BgClassName
{
background-color: #A1C80F;
}
</style>
border-color css
<style>
span { border-color: #A1C80F; }
span { border-color: rgb(161,200,15); }
td.TdClassName
{
border-color: #A1C80F;
}
.TagClassName
{
border-color: #A1C80F;
}
</style>