Shades of Citrus #A4C401
Tints of Citrus #A4C401
RGB
CMYK
RGB Variations
Color information
#A4C401 (or 0xA4C401) is known color: Citrus. HEX triplet: A4, C4 and 01. RGB value is (164,196,1). Sum of RGB (Red+Green+Blue) = 164+196+1=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C401 is #5B3BFE. Grayscale: #A4A4A4. Windows color (decimal): -5979135 or 115876. OLE color: 115876.
HSL color Cylindrical-coordinate representation of color #A4C401: hue angle of 69.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C401 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.23 |
| HSL | 69.85º | 0.99% | 0.39% | - |
| HSV(B) | 69.85º | 0.99% | 0.77% | - |
| XYZ | 35.06 | 47.37 | 7.33 | - |
| YUV | 164.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 1 | 0.16 | 0 | 0.99 | 0.23 | 69.85 | 0.99 | 0.39 |
| Hex | A4 | C4 | 1 | 10 | 0 | 63 | 17 | 46 | 63 | 27 |
| Octal | 244 | 304 | 1 | 20 | 0 | 143 | 27 | 106 | 143 | 47 |
| Binary | 10100100 | 11000100 | 1 | 10000 | 0 | 1100011 | 10111 | 1000110 | 1100011 | 100111 |
Color Harmonies of #A4C401
Complementary color
Monochromatic Colors of #A4C401
Black with #A4C401
Text Example
Text Example
White with #A4C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C401; }
p { color: rgb(164,196,1); }
H1.HeaderClassName
{
color: #A4C401;
}
.AnyTagClassName
{
color: #A4C401;
}
</style>
background-color css
<style>
a { background-color: #A4C401; }
a { background-color: rgb(164,196,1); }
div.DivClassName
{
background-color: #A4C401;
}
.BgClassName
{
background-color: #A4C401;
}
</style>
border-color css
<style>
span { border-color: #A4C401; }
span { border-color: rgb(164,196,1); }
td.TdClassName
{
border-color: #A4C401;
}
.TagClassName
{
border-color: #A4C401;
}
</style>