Shades of Bahia #A2CF0D
Tints of Bahia #A2CF0D
RGB
CMYK
RGB Variations
Color information
#A2CF0D (or 0xA2CF0D) is known color: Bahia. HEX triplet: A2, CF and 0D. RGB value is (162,207,13). Sum of RGB (Red+Green+Blue) = 162+207+13=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CF0D is #5D30F2. Grayscale: #ACACAC. Windows color (decimal): -6107379 or 905122. OLE color: 905122.
HSL color Cylindrical-coordinate representation of color #A2CF0D: hue angle of 73.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2CF0D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.19 |
| HSL | 73.92º | 0.88% | 0.43% | - |
| HSV(B) | 73.92º | 0.94% | 0.81% | - |
| XYZ | 37.29 | 52.34 | 8.52 | - |
| YUV | 171.43 | 38.59 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 13 | 0.22 | 0 | 0.94 | 0.19 | 73.92 | 0.88 | 0.43 |
| Hex | A2 | CF | D | 16 | 0 | 5E | 13 | 4A | 58 | 2B |
| Octal | 242 | 317 | 15 | 26 | 0 | 136 | 23 | 112 | 130 | 53 |
| Binary | 10100010 | 11001111 | 1101 | 10110 | 0 | 1011110 | 10011 | 1001010 | 1011000 | 101011 |
Color Harmonies of #A2CF0D
Complementary color
Monochromatic Colors of #A2CF0D
Black with #A2CF0D
Text Example
Text Example
White with #A2CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF0D; }
p { color: rgb(162,207,13); }
H1.HeaderClassName
{
color: #A2CF0D;
}
.AnyTagClassName
{
color: #A2CF0D;
}
</style>
background-color css
<style>
a { background-color: #A2CF0D; }
a { background-color: rgb(162,207,13); }
div.DivClassName
{
background-color: #A2CF0D;
}
.BgClassName
{
background-color: #A2CF0D;
}
</style>
border-color css
<style>
span { border-color: #A2CF0D; }
span { border-color: rgb(162,207,13); }
td.TdClassName
{
border-color: #A2CF0D;
}
.TagClassName
{
border-color: #A2CF0D;
}
</style>