Shades of Bahia #A0CC10
Tints of Bahia #A0CC10
RGB
CMYK
RGB Variations
Color information
#A0CC10 (or 0xA0CC10) is known color: Bahia. HEX triplet: A0, CC and 10. RGB value is (160,204,16). Sum of RGB (Red+Green+Blue) = 160+204+16=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CC10 is #5F33EF. Grayscale: #AAAAAA. Windows color (decimal): -6239216 or 1100960. OLE color: 1100960.
HSL color Cylindrical-coordinate representation of color #A0CC10: hue angle of 74.04º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0CC10 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.2 |
| HSL | 74.04º | 0.85% | 0.43% | - |
| HSV(B) | 74.04º | 0.92% | 0.8% | - |
| XYZ | 36.18 | 50.7 | 8.37 | - |
| YUV | 169.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 16 | 0.22 | 0 | 0.92 | 0.2 | 74.04 | 0.85 | 0.43 |
| Hex | A0 | CC | 10 | 16 | 0 | 5C | 14 | 4A | 55 | 2B |
| Octal | 240 | 314 | 20 | 26 | 0 | 134 | 24 | 112 | 125 | 53 |
| Binary | 10100000 | 11001100 | 10000 | 10110 | 0 | 1011100 | 10100 | 1001010 | 1010101 | 101011 |
Color Harmonies of #A0CC10
Complementary color
Monochromatic Colors of #A0CC10
Black with #A0CC10
Text Example
Text Example
White with #A0CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC10; }
p { color: rgb(160,204,16); }
H1.HeaderClassName
{
color: #A0CC10;
}
.AnyTagClassName
{
color: #A0CC10;
}
</style>
background-color css
<style>
a { background-color: #A0CC10; }
a { background-color: rgb(160,204,16); }
div.DivClassName
{
background-color: #A0CC10;
}
.BgClassName
{
background-color: #A0CC10;
}
</style>
border-color css
<style>
span { border-color: #A0CC10; }
span { border-color: rgb(160,204,16); }
td.TdClassName
{
border-color: #A0CC10;
}
.TagClassName
{
border-color: #A0CC10;
}
</style>