Shades of Citrus #A4C902
Tints of Citrus #A4C902
RGB
CMYK
RGB Variations
Color information
#A4C902 (or 0xA4C902) is known color: Citrus. HEX triplet: A4, C9 and 02. RGB value is (164,201,2). Sum of RGB (Red+Green+Blue) = 164+201+2=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C902 is #5B36FD. Grayscale: #A8A8A8. Windows color (decimal): -5977854 or 182692. OLE color: 182692.
HSL color Cylindrical-coordinate representation of color #A4C902: hue angle of 71.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.21 |
| HSL | 71.16º | 0.98% | 0.4% | - |
| HSV(B) | 71.16º | 0.99% | 0.79% | - |
| XYZ | 36.21 | 49.67 | 7.74 | - |
| YUV | 167.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 2 | 0.18 | 0 | 0.99 | 0.21 | 71.16 | 0.98 | 0.4 |
| Hex | A4 | C9 | 2 | 12 | 0 | 63 | 15 | 47 | 62 | 28 |
| Octal | 244 | 311 | 2 | 22 | 0 | 143 | 25 | 107 | 142 | 50 |
| Binary | 10100100 | 11001001 | 10 | 10010 | 0 | 1100011 | 10101 | 1000111 | 1100010 | 101000 |
Color Harmonies of #A4C902
Complementary color
Monochromatic Colors of #A4C902
Black with #A4C902
Text Example
Text Example
White with #A4C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C902; }
p { color: rgb(164,201,2); }
H1.HeaderClassName
{
color: #A4C902;
}
.AnyTagClassName
{
color: #A4C902;
}
</style>
background-color css
<style>
a { background-color: #A4C902; }
a { background-color: rgb(164,201,2); }
div.DivClassName
{
background-color: #A4C902;
}
.BgClassName
{
background-color: #A4C902;
}
</style>
border-color css
<style>
span { border-color: #A4C902; }
span { border-color: rgb(164,201,2); }
td.TdClassName
{
border-color: #A4C902;
}
.TagClassName
{
border-color: #A4C902;
}
</style>