Shades of Bahia #A9CD24
Tints of Bahia #A9CD24
RGB
CMYK
RGB Variations
Color information
#A9CD24 (or 0xA9CD24) is known color: Bahia. HEX triplet: A9, CD and 24. RGB value is (169,205,36). Sum of RGB (Red+Green+Blue) = 169+205+36=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CD24 is #5632DB. Grayscale: #AFAFAF. Windows color (decimal): -5649116 or 2411945. OLE color: 2411945.
HSL color Cylindrical-coordinate representation of color #A9CD24: hue angle of 72.78º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9CD24 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 36 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.20 |
| HSL | 72.78º | 0.7% | 0.47% | - |
| HSV(B) | 72.78º | 0.82% | 0.8% | - |
| XYZ | 38.51 | 52.23 | 9.72 | - |
| YUV | 174.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 36 | 0.18 | 0 | 0.82 | 0.20 | 72.78 | 0.7 | 0.47 |
| Hex | A9 | CD | 24 | 12 | 0 | 52 | 14 | 49 | 46 | 2F |
| Octal | 251 | 315 | 44 | 22 | 0 | 122 | 24 | 111 | 106 | 57 |
| Binary | 10101001 | 11001101 | 100100 | 10010 | 0 | 1010010 | 10100 | 1001001 | 1000110 | 101111 |
Color Harmonies of #A9CD24
Complementary color
Monochromatic Colors of #A9CD24
Black with #A9CD24
Text Example
Text Example
White with #A9CD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CD24; }
p { color: rgb(169,205,36); }
H1.HeaderClassName
{
color: #A9CD24;
}
.AnyTagClassName
{
color: #A9CD24;
}
</style>
background-color css
<style>
a { background-color: #A9CD24; }
a { background-color: rgb(169,205,36); }
div.DivClassName
{
background-color: #A9CD24;
}
.BgClassName
{
background-color: #A9CD24;
}
</style>
border-color css
<style>
span { border-color: #A9CD24; }
span { border-color: rgb(169,205,36); }
td.TdClassName
{
border-color: #A9CD24;
}
.TagClassName
{
border-color: #A9CD24;
}
</style>