Shades of Bahia #A4D118
Tints of Bahia #A4D118
RGB
CMYK
RGB Variations
Color information
#A4D118 (or 0xA4D118) is known color: Bahia. HEX triplet: A4, D1 and 18. RGB value is (164,209,24). Sum of RGB (Red+Green+Blue) = 164+209+24=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D118 is #5B2EE7. Grayscale: #AFAFAF. Windows color (decimal): -5975784 or 1626532. OLE color: 1626532.
HSL color Cylindrical-coordinate representation of color #A4D118: hue angle of 74.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4D118 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 24 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.18 |
| HSL | 74.59º | 0.79% | 0.46% | - |
| HSV(B) | 74.59º | 0.89% | 0.82% | - |
| XYZ | 38.28 | 53.56 | 9.18 | - |
| YUV | 174.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 24 | 0.22 | 0 | 0.89 | 0.18 | 74.59 | 0.79 | 0.46 |
| Hex | A4 | D1 | 18 | 16 | 0 | 59 | 12 | 4B | 4F | 2E |
| Octal | 244 | 321 | 30 | 26 | 0 | 131 | 22 | 113 | 117 | 56 |
| Binary | 10100100 | 11010001 | 11000 | 10110 | 0 | 1011001 | 10010 | 1001011 | 1001111 | 101110 |
Color Harmonies of #A4D118
Complementary color
Monochromatic Colors of #A4D118
Black with #A4D118
Text Example
Text Example
White with #A4D118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D118; }
p { color: rgb(164,209,24); }
H1.HeaderClassName
{
color: #A4D118;
}
.AnyTagClassName
{
color: #A4D118;
}
</style>
background-color css
<style>
a { background-color: #A4D118; }
a { background-color: rgb(164,209,24); }
div.DivClassName
{
background-color: #A4D118;
}
.BgClassName
{
background-color: #A4D118;
}
</style>
border-color css
<style>
span { border-color: #A4D118; }
span { border-color: rgb(164,209,24); }
td.TdClassName
{
border-color: #A4D118;
}
.TagClassName
{
border-color: #A4D118;
}
</style>