Shades of Bahia #A0C816
Tints of Bahia #A0C816
RGB
CMYK
RGB Variations
Color information
#A0C816 (or 0xA0C816) is known color: Bahia. HEX triplet: A0, C8 and 16. RGB value is (160,200,22). Sum of RGB (Red+Green+Blue) = 160+200+22=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C816 is #5F37E9. Grayscale: #A8A8A8. Windows color (decimal): -6240234 or 1493152. OLE color: 1493152.
HSL color Cylindrical-coordinate representation of color #A0C816: hue angle of 73.48º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0C816 is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 22 | - |
| CMYK | 0.2 | 0 | 0.89 | 0.22 |
| HSL | 73.48º | 0.8% | 0.44% | - |
| HSV(B) | 73.48º | 0.89% | 0.78% | - |
| XYZ | 35.3 | 48.84 | 8.33 | - |
| YUV | 167.75 | 45.75 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 22 | 0.2 | 0 | 0.89 | 0.22 | 73.48 | 0.8 | 0.44 |
| Hex | A0 | C8 | 16 | 14 | 0 | 59 | 16 | 49 | 50 | 2C |
| Octal | 240 | 310 | 26 | 24 | 0 | 131 | 26 | 111 | 120 | 54 |
| Binary | 10100000 | 11001000 | 10110 | 10100 | 0 | 1011001 | 10110 | 1001001 | 1010000 | 101100 |
Color Harmonies of #A0C816
Complementary color
Monochromatic Colors of #A0C816
Black with #A0C816
Text Example
Text Example
White with #A0C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C816; }
p { color: rgb(160,200,22); }
H1.HeaderClassName
{
color: #A0C816;
}
.AnyTagClassName
{
color: #A0C816;
}
</style>
background-color css
<style>
a { background-color: #A0C816; }
a { background-color: rgb(160,200,22); }
div.DivClassName
{
background-color: #A0C816;
}
.BgClassName
{
background-color: #A0C816;
}
</style>
border-color css
<style>
span { border-color: #A0C816; }
span { border-color: rgb(160,200,22); }
td.TdClassName
{
border-color: #A0C816;
}
.TagClassName
{
border-color: #A0C816;
}
</style>