Shades of Bahia #A8CA24
Tints of Bahia #A8CA24
RGB
CMYK
RGB Variations
Color information
#A8CA24 (or 0xA8CA24) is known color: Bahia. HEX triplet: A8, CA and 24. RGB value is (168,202,36). Sum of RGB (Red+Green+Blue) = 168+202+36=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA24 is #5735DB. Grayscale: #ADADAD. Windows color (decimal): -5715420 or 2411176. OLE color: 2411176.
HSL color Cylindrical-coordinate representation of color #A8CA24: hue angle of 72.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8CA24 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 36 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.21 |
| HSL | 72.29º | 0.7% | 0.47% | - |
| HSV(B) | 72.29º | 0.82% | 0.79% | - |
| XYZ | 37.59 | 50.69 | 9.47 | - |
| YUV | 172.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 36 | 0.17 | 0 | 0.82 | 0.21 | 72.29 | 0.7 | 0.47 |
| Hex | A8 | CA | 24 | 11 | 0 | 52 | 15 | 48 | 46 | 2F |
| Octal | 250 | 312 | 44 | 21 | 0 | 122 | 25 | 110 | 106 | 57 |
| Binary | 10101000 | 11001010 | 100100 | 10001 | 0 | 1010010 | 10101 | 1001000 | 1000110 | 101111 |
Color Harmonies of #A8CA24
Complementary color
Monochromatic Colors of #A8CA24
Black with #A8CA24
Text Example
Text Example
White with #A8CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA24; }
p { color: rgb(168,202,36); }
H1.HeaderClassName
{
color: #A8CA24;
}
.AnyTagClassName
{
color: #A8CA24;
}
</style>
background-color css
<style>
a { background-color: #A8CA24; }
a { background-color: rgb(168,202,36); }
div.DivClassName
{
background-color: #A8CA24;
}
.BgClassName
{
background-color: #A8CA24;
}
</style>
border-color css
<style>
span { border-color: #A8CA24; }
span { border-color: rgb(168,202,36); }
td.TdClassName
{
border-color: #A8CA24;
}
.TagClassName
{
border-color: #A8CA24;
}
</style>