Shades of Bahia #A4D21E
Tints of Bahia #A4D21E
RGB
CMYK
RGB Variations
Color information
#A4D21E (or 0xA4D21E) is known color: Bahia. HEX triplet: A4, D2 and 1E. RGB value is (164,210,30). Sum of RGB (Red+Green+Blue) = 164+210+30=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D21E is #5B2DE1. Grayscale: #B0B0B0. Windows color (decimal): -5975522 or 2020004. OLE color: 2020004.
HSL color Cylindrical-coordinate representation of color #A4D21E: hue angle of 75.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4D21E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 30 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.18 |
| HSL | 75.33º | 0.75% | 0.47% | - |
| HSV(B) | 75.33º | 0.86% | 0.82% | - |
| XYZ | 38.59 | 54.08 | 9.63 | - |
| YUV | 175.73 | 45.76 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 30 | 0.22 | 0 | 0.86 | 0.18 | 75.33 | 0.75 | 0.47 |
| Hex | A4 | D2 | 1E | 16 | 0 | 56 | 12 | 4B | 4B | 2F |
| Octal | 244 | 322 | 36 | 26 | 0 | 126 | 22 | 113 | 113 | 57 |
| Binary | 10100100 | 11010010 | 11110 | 10110 | 0 | 1010110 | 10010 | 1001011 | 1001011 | 101111 |
Color Harmonies of #A4D21E
Complementary color
Monochromatic Colors of #A4D21E
Black with #A4D21E
Text Example
Text Example
White with #A4D21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D21E; }
p { color: rgb(164,210,30); }
H1.HeaderClassName
{
color: #A4D21E;
}
.AnyTagClassName
{
color: #A4D21E;
}
</style>
background-color css
<style>
a { background-color: #A4D21E; }
a { background-color: rgb(164,210,30); }
div.DivClassName
{
background-color: #A4D21E;
}
.BgClassName
{
background-color: #A4D21E;
}
</style>
border-color css
<style>
span { border-color: #A4D21E; }
span { border-color: rgb(164,210,30); }
td.TdClassName
{
border-color: #A4D21E;
}
.TagClassName
{
border-color: #A4D21E;
}
</style>