Shades of Bahia #A8CA13
Tints of Bahia #A8CA13
RGB
CMYK
RGB Variations
Color information
#A8CA13 (or 0xA8CA13) is known color: Bahia. HEX triplet: A8, CA and 13. RGB value is (168,202,19). Sum of RGB (Red+Green+Blue) = 168+202+19=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA13 is #5735EC. Grayscale: #ABABAB. Windows color (decimal): -5715437 or 1297064. OLE color: 1297064.
HSL color Cylindrical-coordinate representation of color #A8CA13: hue angle of 71.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8CA13 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.21 |
| HSL | 71.15º | 0.83% | 0.43% | - |
| HSV(B) | 71.15º | 0.91% | 0.79% | - |
| XYZ | 37.39 | 50.61 | 8.41 | - |
| YUV | 170.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 19 | 0.17 | 0 | 0.91 | 0.21 | 71.15 | 0.83 | 0.43 |
| Hex | A8 | CA | 13 | 11 | 0 | 5B | 15 | 47 | 53 | 2B |
| Octal | 250 | 312 | 23 | 21 | 0 | 133 | 25 | 107 | 123 | 53 |
| Binary | 10101000 | 11001010 | 10011 | 10001 | 0 | 1011011 | 10101 | 1000111 | 1010011 | 101011 |
Color Harmonies of #A8CA13
Complementary color
Monochromatic Colors of #A8CA13
Black with #A8CA13
Text Example
Text Example
White with #A8CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA13; }
p { color: rgb(168,202,19); }
H1.HeaderClassName
{
color: #A8CA13;
}
.AnyTagClassName
{
color: #A8CA13;
}
</style>
background-color css
<style>
a { background-color: #A8CA13; }
a { background-color: rgb(168,202,19); }
div.DivClassName
{
background-color: #A8CA13;
}
.BgClassName
{
background-color: #A8CA13;
}
</style>
border-color css
<style>
span { border-color: #A8CA13; }
span { border-color: rgb(168,202,19); }
td.TdClassName
{
border-color: #A8CA13;
}
.TagClassName
{
border-color: #A8CA13;
}
</style>