Shades of Citrus #A4C001
Tints of Citrus #A4C001
RGB
CMYK
RGB Variations
Color information
#A4C001 (or 0xA4C001) is known color: Citrus. HEX triplet: A4, C0 and 01. RGB value is (164,192,1). Sum of RGB (Red+Green+Blue) = 164+192+1=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C001 is #5B3FFE. Grayscale: #A2A2A2. Windows color (decimal): -5980159 or 114852. OLE color: 114852.
HSL color Cylindrical-coordinate representation of color #A4C001: hue angle of 68.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C001 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.25 |
| HSL | 68.8º | 0.99% | 0.38% | - |
| HSV(B) | 68.8º | 0.99% | 0.75% | - |
| XYZ | 34.16 | 45.59 | 7.03 | - |
| YUV | 161.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 1 | 0.15 | 0 | 0.99 | 0.25 | 68.8 | 0.99 | 0.38 |
| Hex | A4 | C0 | 1 | F | 0 | 63 | 19 | 45 | 63 | 26 |
| Octal | 244 | 300 | 1 | 17 | 0 | 143 | 31 | 105 | 143 | 46 |
| Binary | 10100100 | 11000000 | 1 | 1111 | 0 | 1100011 | 11001 | 1000101 | 1100011 | 100110 |
Color Harmonies of #A4C001
Complementary color
Monochromatic Colors of #A4C001
Black with #A4C001
Text Example
Text Example
White with #A4C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C001; }
p { color: rgb(164,192,1); }
H1.HeaderClassName
{
color: #A4C001;
}
.AnyTagClassName
{
color: #A4C001;
}
</style>
background-color css
<style>
a { background-color: #A4C001; }
a { background-color: rgb(164,192,1); }
div.DivClassName
{
background-color: #A4C001;
}
.BgClassName
{
background-color: #A4C001;
}
</style>
border-color css
<style>
span { border-color: #A4C001; }
span { border-color: rgb(164,192,1); }
td.TdClassName
{
border-color: #A4C001;
}
.TagClassName
{
border-color: #A4C001;
}
</style>