Shades of Citrus #A2C905
Tints of Citrus #A2C905
RGB
CMYK
RGB Variations
Color information
#A2C905 (or 0xA2C905) is known color: Citrus. HEX triplet: A2, C9 and 05. RGB value is (162,201,5). Sum of RGB (Red+Green+Blue) = 162+201+5=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C905 is #5D36FA. Grayscale: #A7A7A7. Windows color (decimal): -6108923 or 379298. OLE color: 379298.
HSL color Cylindrical-coordinate representation of color #A2C905: hue angle of 71.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2C905 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.21 |
| HSL | 71.94º | 0.95% | 0.4% | - |
| HSV(B) | 71.94º | 0.98% | 0.79% | - |
| XYZ | 35.81 | 49.47 | 7.8 | - |
| YUV | 167 | 36.58 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 5 | 0.19 | 0 | 0.98 | 0.21 | 71.94 | 0.95 | 0.4 |
| Hex | A2 | C9 | 5 | 13 | 0 | 62 | 15 | 48 | 5F | 28 |
| Octal | 242 | 311 | 5 | 23 | 0 | 142 | 25 | 110 | 137 | 50 |
| Binary | 10100010 | 11001001 | 101 | 10011 | 0 | 1100010 | 10101 | 1001000 | 1011111 | 101000 |
Color Harmonies of #A2C905
Complementary color
Monochromatic Colors of #A2C905
Black with #A2C905
Text Example
Text Example
White with #A2C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C905; }
p { color: rgb(162,201,5); }
H1.HeaderClassName
{
color: #A2C905;
}
.AnyTagClassName
{
color: #A2C905;
}
</style>
background-color css
<style>
a { background-color: #A2C905; }
a { background-color: rgb(162,201,5); }
div.DivClassName
{
background-color: #A2C905;
}
.BgClassName
{
background-color: #A2C905;
}
</style>
border-color css
<style>
span { border-color: #A2C905; }
span { border-color: rgb(162,201,5); }
td.TdClassName
{
border-color: #A2C905;
}
.TagClassName
{
border-color: #A2C905;
}
</style>