Shades of Citrus #A4C801
Tints of Citrus #A4C801
RGB
CMYK
RGB Variations
Color information
#A4C801 (or 0xA4C801) is known color: Citrus. HEX triplet: A4, C8 and 01. RGB value is (164,200,1). Sum of RGB (Red+Green+Blue) = 164+200+1=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C801 is #5B37FE. Grayscale: #A7A7A7. Windows color (decimal): -5978111 or 116900. OLE color: 116900.
HSL color Cylindrical-coordinate representation of color #A4C801: hue angle of 70.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4C801 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 200 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.22 |
| HSL | 70.85º | 0.99% | 0.39% | - |
| HSV(B) | 70.85º | 1% | 0.78% | - |
| XYZ | 35.97 | 49.2 | 7.63 | - |
| YUV | 166.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 200 | 1 | 0.18 | 0 | 1.00 | 0.22 | 70.85 | 0.99 | 0.39 |
| Hex | A4 | C8 | 1 | 12 | 0 | 64 | 16 | 47 | 63 | 27 |
| Octal | 244 | 310 | 1 | 22 | 0 | 144 | 26 | 107 | 143 | 47 |
| Binary | 10100100 | 11001000 | 1 | 10010 | 0 | 1100100 | 10110 | 1000111 | 1100011 | 100111 |
Color Harmonies of #A4C801
Complementary color
Monochromatic Colors of #A4C801
Black with #A4C801
Text Example
Text Example
White with #A4C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C801; }
p { color: rgb(164,200,1); }
H1.HeaderClassName
{
color: #A4C801;
}
.AnyTagClassName
{
color: #A4C801;
}
</style>
background-color css
<style>
a { background-color: #A4C801; }
a { background-color: rgb(164,200,1); }
div.DivClassName
{
background-color: #A4C801;
}
.BgClassName
{
background-color: #A4C801;
}
</style>
border-color css
<style>
span { border-color: #A4C801; }
span { border-color: rgb(164,200,1); }
td.TdClassName
{
border-color: #A4C801;
}
.TagClassName
{
border-color: #A4C801;
}
</style>