Shades of Bahia #A8CA22
Tints of Bahia #A8CA22
RGB
CMYK
RGB Variations
Color information
#A8CA22 (or 0xA8CA22) is known color: Bahia. HEX triplet: A8, CA and 22. RGB value is (168,202,34). Sum of RGB (Red+Green+Blue) = 168+202+34=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA22 is #5735DD. Grayscale: #ADADAD. Windows color (decimal): -5715422 or 2280104. OLE color: 2280104.
HSL color Cylindrical-coordinate representation of color #A8CA22: hue angle of 72.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8CA22 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 34 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.21 |
| HSL | 72.14º | 0.71% | 0.46% | - |
| HSV(B) | 72.14º | 0.83% | 0.79% | - |
| XYZ | 37.56 | 50.68 | 9.32 | - |
| YUV | 172.68 | 49.74 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 34 | 0.17 | 0 | 0.83 | 0.21 | 72.14 | 0.71 | 0.46 |
| Hex | A8 | CA | 22 | 11 | 0 | 53 | 15 | 48 | 47 | 2E |
| Octal | 250 | 312 | 42 | 21 | 0 | 123 | 25 | 110 | 107 | 56 |
| Binary | 10101000 | 11001010 | 100010 | 10001 | 0 | 1010011 | 10101 | 1001000 | 1000111 | 101110 |
Color Harmonies of #A8CA22
Complementary color
Monochromatic Colors of #A8CA22
Black with #A8CA22
Text Example
Text Example
White with #A8CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA22; }
p { color: rgb(168,202,34); }
H1.HeaderClassName
{
color: #A8CA22;
}
.AnyTagClassName
{
color: #A8CA22;
}
</style>
background-color css
<style>
a { background-color: #A8CA22; }
a { background-color: rgb(168,202,34); }
div.DivClassName
{
background-color: #A8CA22;
}
.BgClassName
{
background-color: #A8CA22;
}
</style>
border-color css
<style>
span { border-color: #A8CA22; }
span { border-color: rgb(168,202,34); }
td.TdClassName
{
border-color: #A8CA22;
}
.TagClassName
{
border-color: #A8CA22;
}
</style>