Shades of Citrus #A2C902
Tints of Citrus #A2C902
RGB
CMYK
RGB Variations
Color information
#A2C902 (or 0xA2C902) is known color: Citrus. HEX triplet: A2, C9 and 02. RGB value is (162,201,2). Sum of RGB (Red+Green+Blue) = 162+201+2=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C902 is #5D36FD. Grayscale: #A7A7A7. Windows color (decimal): -6108926 or 182690. OLE color: 182690.
HSL color Cylindrical-coordinate representation of color #A2C902: hue angle of 71.76º 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 #A2C902 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.21 |
| HSL | 71.76º | 0.98% | 0.4% | - |
| HSV(B) | 71.76º | 0.99% | 0.79% | - |
| XYZ | 35.8 | 49.46 | 7.72 | - |
| YUV | 166.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 2 | 0.19 | 0 | 0.99 | 0.21 | 71.76 | 0.98 | 0.4 |
| Hex | A2 | C9 | 2 | 13 | 0 | 63 | 15 | 48 | 62 | 28 |
| Octal | 242 | 311 | 2 | 23 | 0 | 143 | 25 | 110 | 142 | 50 |
| Binary | 10100010 | 11001001 | 10 | 10011 | 0 | 1100011 | 10101 | 1001000 | 1100010 | 101000 |
Color Harmonies of #A2C902
Complementary color
Monochromatic Colors of #A2C902
Black with #A2C902
Text Example
Text Example
White with #A2C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C902; }
p { color: rgb(162,201,2); }
H1.HeaderClassName
{
color: #A2C902;
}
.AnyTagClassName
{
color: #A2C902;
}
</style>
background-color css
<style>
a { background-color: #A2C902; }
a { background-color: rgb(162,201,2); }
div.DivClassName
{
background-color: #A2C902;
}
.BgClassName
{
background-color: #A2C902;
}
</style>
border-color css
<style>
span { border-color: #A2C902; }
span { border-color: rgb(162,201,2); }
td.TdClassName
{
border-color: #A2C902;
}
.TagClassName
{
border-color: #A2C902;
}
</style>