Shades of Citrus #A4C900
Tints of Citrus #A4C900
RGB
CMYK
RGB Variations
Color information
#A4C900 (or 0xA4C900) is known color: Citrus. HEX triplet: A4, C9 and 00. RGB value is (164,201,0). Sum of RGB (Red+Green+Blue) = 164+201+0=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C900 is #5B36FF. Grayscale: #A7A7A7. Windows color (decimal): -5977856 or 51620. OLE color: 51620.
HSL color Cylindrical-coordinate representation of color #A4C900: hue angle of 71.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4C900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.21 |
| HSL | 71.04º | 1% | 0.39% | - |
| HSV(B) | 71.04º | 1% | 0.79% | - |
| XYZ | 36.2 | 49.67 | 7.68 | - |
| YUV | 167.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 0 | 0.18 | 0 | 1 | 0.21 | 71.04 | 1 | 0.39 |
| Hex | A4 | C9 | 0 | 12 | 0 | 64 | 15 | 47 | 64 | 27 |
| Octal | 244 | 311 | 0 | 22 | 0 | 144 | 25 | 107 | 144 | 47 |
| Binary | 10100100 | 11001001 | 0 | 10010 | 0 | 1100100 | 10101 | 1000111 | 1100100 | 100111 |
Color Harmonies of #A4C900
Complementary color
Monochromatic Colors of #A4C900
Black with #A4C900
Text Example
Text Example
White with #A4C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C900; }
p { color: rgb(164,201,0); }
H1.HeaderClassName
{
color: #A4C900;
}
.AnyTagClassName
{
color: #A4C900;
}
</style>
background-color css
<style>
a { background-color: #A4C900; }
a { background-color: rgb(164,201,0); }
div.DivClassName
{
background-color: #A4C900;
}
.BgClassName
{
background-color: #A4C900;
}
</style>
border-color css
<style>
span { border-color: #A4C900; }
span { border-color: rgb(164,201,0); }
td.TdClassName
{
border-color: #A4C900;
}
.TagClassName
{
border-color: #A4C900;
}
</style>