Shades of Citrus #A0C802
Tints of Citrus #A0C802
RGB
CMYK
RGB Variations
Color information
#A0C802 (or 0xA0C802) is known color: Citrus. HEX triplet: A0, C8 and 02. RGB value is (160,200,2). Sum of RGB (Red+Green+Blue) = 160+200+2=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C802 is #5F37FD. Grayscale: #A6A6A6. Windows color (decimal): -6240254 or 182432. OLE color: 182432.
HSL color Cylindrical-coordinate representation of color #A0C802: hue angle of 72.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C802 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 2 | - |
| CMYK | 0.2 | 0 | 0.99 | 0.22 |
| HSL | 72.12º | 0.98% | 0.4% | - |
| HSV(B) | 72.12º | 0.99% | 0.78% | - |
| XYZ | 35.16 | 48.79 | 7.62 | - |
| YUV | 165.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 2 | 0.2 | 0 | 0.99 | 0.22 | 72.12 | 0.98 | 0.4 |
| Hex | A0 | C8 | 2 | 14 | 0 | 63 | 16 | 48 | 62 | 28 |
| Octal | 240 | 310 | 2 | 24 | 0 | 143 | 26 | 110 | 142 | 50 |
| Binary | 10100000 | 11001000 | 10 | 10100 | 0 | 1100011 | 10110 | 1001000 | 1100010 | 101000 |
Color Harmonies of #A0C802
Complementary color
Monochromatic Colors of #A0C802
Black with #A0C802
Text Example
Text Example
White with #A0C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C802; }
p { color: rgb(160,200,2); }
H1.HeaderClassName
{
color: #A0C802;
}
.AnyTagClassName
{
color: #A0C802;
}
</style>
background-color css
<style>
a { background-color: #A0C802; }
a { background-color: rgb(160,200,2); }
div.DivClassName
{
background-color: #A0C802;
}
.BgClassName
{
background-color: #A0C802;
}
</style>
border-color css
<style>
span { border-color: #A0C802; }
span { border-color: rgb(160,200,2); }
td.TdClassName
{
border-color: #A0C802;
}
.TagClassName
{
border-color: #A0C802;
}
</style>