Shades of Bahia #A0C80F
Tints of Bahia #A0C80F
RGB
CMYK
RGB Variations
Color information
#A0C80F (or 0xA0C80F) is known color: Bahia. HEX triplet: A0, C8 and 0F. RGB value is (160,200,15). Sum of RGB (Red+Green+Blue) = 160+200+15=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C80F is #5F37F0. Grayscale: #A7A7A7. Windows color (decimal): -6240241 or 1034400. OLE color: 1034400.
HSL color Cylindrical-coordinate representation of color #A0C80F: hue angle of 72.97º 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 #A0C80F is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 15 | - |
| CMYK | 0.2 | 0 | 0.92 | 0.22 |
| HSL | 72.97º | 0.86% | 0.42% | - |
| HSV(B) | 72.97º | 0.93% | 0.78% | - |
| XYZ | 35.24 | 48.82 | 8.02 | - |
| YUV | 166.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 15 | 0.2 | 0 | 0.92 | 0.22 | 72.97 | 0.86 | 0.42 |
| Hex | A0 | C8 | F | 14 | 0 | 5C | 16 | 49 | 56 | 2A |
| Octal | 240 | 310 | 17 | 24 | 0 | 134 | 26 | 111 | 126 | 52 |
| Binary | 10100000 | 11001000 | 1111 | 10100 | 0 | 1011100 | 10110 | 1001001 | 1010110 | 101010 |
Color Harmonies of #A0C80F
Complementary color
Monochromatic Colors of #A0C80F
Black with #A0C80F
Text Example
Text Example
White with #A0C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C80F; }
p { color: rgb(160,200,15); }
H1.HeaderClassName
{
color: #A0C80F;
}
.AnyTagClassName
{
color: #A0C80F;
}
</style>
background-color css
<style>
a { background-color: #A0C80F; }
a { background-color: rgb(160,200,15); }
div.DivClassName
{
background-color: #A0C80F;
}
.BgClassName
{
background-color: #A0C80F;
}
</style>
border-color css
<style>
span { border-color: #A0C80F; }
span { border-color: rgb(160,200,15); }
td.TdClassName
{
border-color: #A0C80F;
}
.TagClassName
{
border-color: #A0C80F;
}
</style>