Shades of Bahia #A4D01C
Tints of Bahia #A4D01C
RGB
CMYK
RGB Variations
Color information
#A4D01C (or 0xA4D01C) is known color: Bahia. HEX triplet: A4, D0 and 1C. RGB value is (164,208,28). Sum of RGB (Red+Green+Blue) = 164+208+28=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D01C is #5B2FE3. Grayscale: #AFAFAF. Windows color (decimal): -5976036 or 1888420. OLE color: 1888420.
HSL color Cylindrical-coordinate representation of color #A4D01C: hue angle of 74.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4D01C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.18 |
| HSL | 74.67º | 0.76% | 0.46% | - |
| HSV(B) | 74.67º | 0.87% | 0.82% | - |
| XYZ | 38.08 | 53.09 | 9.34 | - |
| YUV | 174.32 | 45.42 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 28 | 0.21 | 0 | 0.87 | 0.18 | 74.67 | 0.76 | 0.46 |
| Hex | A4 | D0 | 1C | 15 | 0 | 57 | 12 | 4B | 4C | 2E |
| Octal | 244 | 320 | 34 | 25 | 0 | 127 | 22 | 113 | 114 | 56 |
| Binary | 10100100 | 11010000 | 11100 | 10101 | 0 | 1010111 | 10010 | 1001011 | 1001100 | 101110 |
Color Harmonies of #A4D01C
Complementary color
Monochromatic Colors of #A4D01C
Black with #A4D01C
Text Example
Text Example
White with #A4D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D01C; }
p { color: rgb(164,208,28); }
H1.HeaderClassName
{
color: #A4D01C;
}
.AnyTagClassName
{
color: #A4D01C;
}
</style>
background-color css
<style>
a { background-color: #A4D01C; }
a { background-color: rgb(164,208,28); }
div.DivClassName
{
background-color: #A4D01C;
}
.BgClassName
{
background-color: #A4D01C;
}
</style>
border-color css
<style>
span { border-color: #A4D01C; }
span { border-color: rgb(164,208,28); }
td.TdClassName
{
border-color: #A4D01C;
}
.TagClassName
{
border-color: #A4D01C;
}
</style>