Shades of Bahia #A2C914
Tints of Bahia #A2C914
RGB
CMYK
RGB Variations
Color information
#A2C914 (or 0xA2C914) is known color: Bahia. HEX triplet: A2, C9 and 14. RGB value is (162,201,20). Sum of RGB (Red+Green+Blue) = 162+201+20=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C914 is #5D36EB. Grayscale: #A9A9A9. Windows color (decimal): -6108908 or 1362338. OLE color: 1362338.
HSL color Cylindrical-coordinate representation of color #A2C914: hue angle of 72.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2C914 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 20 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.21 |
| HSL | 72.93º | 0.82% | 0.43% | - |
| HSV(B) | 72.93º | 0.9% | 0.79% | - |
| XYZ | 35.91 | 49.51 | 8.32 | - |
| YUV | 168.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 20 | 0.19 | 0 | 0.90 | 0.21 | 72.93 | 0.82 | 0.43 |
| Hex | A2 | C9 | 14 | 13 | 0 | 5A | 15 | 49 | 52 | 2B |
| Octal | 242 | 311 | 24 | 23 | 0 | 132 | 25 | 111 | 122 | 53 |
| Binary | 10100010 | 11001001 | 10100 | 10011 | 0 | 1011010 | 10101 | 1001001 | 1010010 | 101011 |
Color Harmonies of #A2C914
Complementary color
Monochromatic Colors of #A2C914
Black with #A2C914
Text Example
Text Example
White with #A2C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C914; }
p { color: rgb(162,201,20); }
H1.HeaderClassName
{
color: #A2C914;
}
.AnyTagClassName
{
color: #A2C914;
}
</style>
background-color css
<style>
a { background-color: #A2C914; }
a { background-color: rgb(162,201,20); }
div.DivClassName
{
background-color: #A2C914;
}
.BgClassName
{
background-color: #A2C914;
}
</style>
border-color css
<style>
span { border-color: #A2C914; }
span { border-color: rgb(162,201,20); }
td.TdClassName
{
border-color: #A2C914;
}
.TagClassName
{
border-color: #A2C914;
}
</style>