Shades of Bahia #A2CF11
Tints of Bahia #A2CF11
RGB
CMYK
RGB Variations
Color information
#A2CF11 (or 0xA2CF11) is known color: Bahia. HEX triplet: A2, CF and 11. RGB value is (162,207,17). Sum of RGB (Red+Green+Blue) = 162+207+17=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CF11 is #5D30EE. Grayscale: #ACACAC. Windows color (decimal): -6107375 or 1167266. OLE color: 1167266.
HSL color Cylindrical-coordinate representation of color #A2CF11: hue angle of 74.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2CF11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.19 |
| HSL | 74.21º | 0.85% | 0.44% | - |
| HSV(B) | 74.21º | 0.92% | 0.81% | - |
| XYZ | 37.31 | 52.35 | 8.67 | - |
| YUV | 171.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 17 | 0.22 | 0 | 0.92 | 0.19 | 74.21 | 0.85 | 0.44 |
| Hex | A2 | CF | 11 | 16 | 0 | 5C | 13 | 4A | 55 | 2C |
| Octal | 242 | 317 | 21 | 26 | 0 | 134 | 23 | 112 | 125 | 54 |
| Binary | 10100010 | 11001111 | 10001 | 10110 | 0 | 1011100 | 10011 | 1001010 | 1010101 | 101100 |
Color Harmonies of #A2CF11
Complementary color
Monochromatic Colors of #A2CF11
Black with #A2CF11
Text Example
Text Example
White with #A2CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF11; }
p { color: rgb(162,207,17); }
H1.HeaderClassName
{
color: #A2CF11;
}
.AnyTagClassName
{
color: #A2CF11;
}
</style>
background-color css
<style>
a { background-color: #A2CF11; }
a { background-color: rgb(162,207,17); }
div.DivClassName
{
background-color: #A2CF11;
}
.BgClassName
{
background-color: #A2CF11;
}
</style>
border-color css
<style>
span { border-color: #A2CF11; }
span { border-color: rgb(162,207,17); }
td.TdClassName
{
border-color: #A2CF11;
}
.TagClassName
{
border-color: #A2CF11;
}
</style>