Shades of Bahia #A2CC0F
Tints of Bahia #A2CC0F
RGB
CMYK
RGB Variations
Color information
#A2CC0F (or 0xA2CC0F) is known color: Bahia. HEX triplet: A2, CC and 0F. RGB value is (162,204,15). Sum of RGB (Red+Green+Blue) = 162+204+15=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CC0F is #5D33F0. Grayscale: #AAAAAA. Windows color (decimal): -6108145 or 1035426. OLE color: 1035426.
HSL color Cylindrical-coordinate representation of color #A2CC0F: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2CC0F is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 15 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.2 |
| HSL | 73.33º | 0.86% | 0.43% | - |
| HSV(B) | 73.33º | 0.93% | 0.8% | - |
| XYZ | 36.58 | 50.9 | 8.35 | - |
| YUV | 169.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 15 | 0.21 | 0 | 0.93 | 0.2 | 73.33 | 0.86 | 0.43 |
| Hex | A2 | CC | F | 15 | 0 | 5D | 14 | 49 | 56 | 2B |
| Octal | 242 | 314 | 17 | 25 | 0 | 135 | 24 | 111 | 126 | 53 |
| Binary | 10100010 | 11001100 | 1111 | 10101 | 0 | 1011101 | 10100 | 1001001 | 1010110 | 101011 |
Color Harmonies of #A2CC0F
Complementary color
Monochromatic Colors of #A2CC0F
Black with #A2CC0F
Text Example
Text Example
White with #A2CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC0F; }
p { color: rgb(162,204,15); }
H1.HeaderClassName
{
color: #A2CC0F;
}
.AnyTagClassName
{
color: #A2CC0F;
}
</style>
background-color css
<style>
a { background-color: #A2CC0F; }
a { background-color: rgb(162,204,15); }
div.DivClassName
{
background-color: #A2CC0F;
}
.BgClassName
{
background-color: #A2CC0F;
}
</style>
border-color css
<style>
span { border-color: #A2CC0F; }
span { border-color: rgb(162,204,15); }
td.TdClassName
{
border-color: #A2CC0F;
}
.TagClassName
{
border-color: #A2CC0F;
}
</style>