Shades of Citrus #A2C80B
Tints of Citrus #A2C80B
RGB
CMYK
RGB Variations
Color information
#A2C80B (or 0xA2C80B) is known color: Citrus. HEX triplet: A2, C8 and 0B. RGB value is (162,200,11). Sum of RGB (Red+Green+Blue) = 162+200+11=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C80B is #5D37F4. Grayscale: #A7A7A7. Windows color (decimal): -6109173 or 772258. OLE color: 772258.
HSL color Cylindrical-coordinate representation of color #A2C80B: hue angle of 72.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2C80B is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 11 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.22 |
| HSL | 72.06º | 0.9% | 0.41% | - |
| HSV(B) | 72.06º | 0.95% | 0.78% | - |
| XYZ | 35.61 | 49.01 | 7.9 | - |
| YUV | 167.09 | 39.91 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 11 | 0.19 | 0 | 0.94 | 0.22 | 72.06 | 0.9 | 0.41 |
| Hex | A2 | C8 | B | 13 | 0 | 5E | 16 | 48 | 5A | 29 |
| Octal | 242 | 310 | 13 | 23 | 0 | 136 | 26 | 110 | 132 | 51 |
| Binary | 10100010 | 11001000 | 1011 | 10011 | 0 | 1011110 | 10110 | 1001000 | 1011010 | 101001 |
Color Harmonies of #A2C80B
Complementary color
Monochromatic Colors of #A2C80B
Black with #A2C80B
Text Example
Text Example
White with #A2C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C80B; }
p { color: rgb(162,200,11); }
H1.HeaderClassName
{
color: #A2C80B;
}
.AnyTagClassName
{
color: #A2C80B;
}
</style>
background-color css
<style>
a { background-color: #A2C80B; }
a { background-color: rgb(162,200,11); }
div.DivClassName
{
background-color: #A2C80B;
}
.BgClassName
{
background-color: #A2C80B;
}
</style>
border-color css
<style>
span { border-color: #A2C80B; }
span { border-color: rgb(162,200,11); }
td.TdClassName
{
border-color: #A2C80B;
}
.TagClassName
{
border-color: #A2C80B;
}
</style>