Shades of Citrus #A4C404
Tints of Citrus #A4C404
RGB
CMYK
RGB Variations
Color information
#A4C404 (or 0xA4C404) is known color: Citrus. HEX triplet: A4, C4 and 04. RGB value is (164,196,4). Sum of RGB (Red+Green+Blue) = 164+196+4=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C404 is #5B3BFB. Grayscale: #A5A5A5. Windows color (decimal): -5979132 or 312484. OLE color: 312484.
HSL color Cylindrical-coordinate representation of color #A4C404: hue angle of 70º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4C404 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.23 |
| HSL | 70º | 0.96% | 0.39% | - |
| HSV(B) | 70º | 0.98% | 0.77% | - |
| XYZ | 35.07 | 47.38 | 7.41 | - |
| YUV | 164.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 4 | 0.16 | 0 | 0.98 | 0.23 | 70 | 0.96 | 0.39 |
| Hex | A4 | C4 | 4 | 10 | 0 | 62 | 17 | 46 | 60 | 27 |
| Octal | 244 | 304 | 4 | 20 | 0 | 142 | 27 | 106 | 140 | 47 |
| Binary | 10100100 | 11000100 | 100 | 10000 | 0 | 1100010 | 10111 | 1000110 | 1100000 | 100111 |
Color Harmonies of #A4C404
Complementary color
Monochromatic Colors of #A4C404
Black with #A4C404
Text Example
Text Example
White with #A4C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C404; }
p { color: rgb(164,196,4); }
H1.HeaderClassName
{
color: #A4C404;
}
.AnyTagClassName
{
color: #A4C404;
}
</style>
background-color css
<style>
a { background-color: #A4C404; }
a { background-color: rgb(164,196,4); }
div.DivClassName
{
background-color: #A4C404;
}
.BgClassName
{
background-color: #A4C404;
}
</style>
border-color css
<style>
span { border-color: #A4C404; }
span { border-color: rgb(164,196,4); }
td.TdClassName
{
border-color: #A4C404;
}
.TagClassName
{
border-color: #A4C404;
}
</style>