Shades of Bahia #A0CC21
Tints of Bahia #A0CC21
RGB
CMYK
RGB Variations
Color information
#A0CC21 (or 0xA0CC21) is known color: Bahia. HEX triplet: A0, CC and 21. RGB value is (160,204,33). Sum of RGB (Red+Green+Blue) = 160+204+33=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC21 is #5F33DE. Grayscale: #ABABAB. Windows color (decimal): -6239199 or 2215072. OLE color: 2215072.
HSL color Cylindrical-coordinate representation of color #A0CC21: hue angle of 75.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0CC21 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 33 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.2 |
| HSL | 75.44º | 0.72% | 0.46% | - |
| HSV(B) | 75.44º | 0.84% | 0.8% | - |
| XYZ | 36.36 | 50.77 | 9.32 | - |
| YUV | 171.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 33 | 0.22 | 0 | 0.84 | 0.2 | 75.44 | 0.72 | 0.46 |
| Hex | A0 | CC | 21 | 16 | 0 | 54 | 14 | 4B | 48 | 2E |
| Octal | 240 | 314 | 41 | 26 | 0 | 124 | 24 | 113 | 110 | 56 |
| Binary | 10100000 | 11001100 | 100001 | 10110 | 0 | 1010100 | 10100 | 1001011 | 1001000 | 101110 |
Color Harmonies of #A0CC21
Complementary color
Monochromatic Colors of #A0CC21
Black with #A0CC21
Text Example
Text Example
White with #A0CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC21; }
p { color: rgb(160,204,33); }
H1.HeaderClassName
{
color: #A0CC21;
}
.AnyTagClassName
{
color: #A0CC21;
}
</style>
background-color css
<style>
a { background-color: #A0CC21; }
a { background-color: rgb(160,204,33); }
div.DivClassName
{
background-color: #A0CC21;
}
.BgClassName
{
background-color: #A0CC21;
}
</style>
border-color css
<style>
span { border-color: #A0CC21; }
span { border-color: rgb(160,204,33); }
td.TdClassName
{
border-color: #A0CC21;
}
.TagClassName
{
border-color: #A0CC21;
}
</style>