Shades of Citrus #A2C200
Tints of Citrus #A2C200
RGB
CMYK
RGB Variations
Color information
#A2C200 (or 0xA2C200) is known color: Citrus. HEX triplet: A2, C2 and 00. RGB value is (162,194,0). Sum of RGB (Red+Green+Blue) = 162+194+0=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C200 is #5D3DFF. Grayscale: #A3A3A3. Windows color (decimal): -6110720 or 49826. OLE color: 49826.
HSL color Cylindrical-coordinate representation of color #A2C200: hue angle of 69.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2C200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.24 |
| HSL | 69.9º | 1% | 0.38% | - |
| HSV(B) | 69.9º | 1% | 0.76% | - |
| XYZ | 34.19 | 46.26 | 7.13 | - |
| YUV | 162.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 0 | 0.16 | 0 | 1 | 0.24 | 69.9 | 1 | 0.38 |
| Hex | A2 | C2 | 0 | 10 | 0 | 64 | 18 | 46 | 64 | 26 |
| Octal | 242 | 302 | 0 | 20 | 0 | 144 | 30 | 106 | 144 | 46 |
| Binary | 10100010 | 11000010 | 0 | 10000 | 0 | 1100100 | 11000 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A2C200
Complementary color
Monochromatic Colors of #A2C200
Black with #A2C200
Text Example
Text Example
White with #A2C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C200; }
p { color: rgb(162,194,0); }
H1.HeaderClassName
{
color: #A2C200;
}
.AnyTagClassName
{
color: #A2C200;
}
</style>
background-color css
<style>
a { background-color: #A2C200; }
a { background-color: rgb(162,194,0); }
div.DivClassName
{
background-color: #A2C200;
}
.BgClassName
{
background-color: #A2C200;
}
</style>
border-color css
<style>
span { border-color: #A2C200; }
span { border-color: rgb(162,194,0); }
td.TdClassName
{
border-color: #A2C200;
}
.TagClassName
{
border-color: #A2C200;
}
</style>