Shades of Citrus #A0C702
Tints of Citrus #A0C702
RGB
CMYK
RGB Variations
Color information
#A0C702 (or 0xA0C702) is known color: Citrus. HEX triplet: A0, C7 and 02. RGB value is (160,199,2). Sum of RGB (Red+Green+Blue) = 160+199+2=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C702 is #5F38FD. Grayscale: #A5A5A5. Windows color (decimal): -6240510 or 182176. OLE color: 182176.
HSL color Cylindrical-coordinate representation of color #A0C702: hue angle of 71.88º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C702 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.22 |
| HSL | 71.88º | 0.98% | 0.39% | - |
| HSV(B) | 71.88º | 0.99% | 0.78% | - |
| XYZ | 34.93 | 48.32 | 7.54 | - |
| YUV | 164.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 2 | 0.20 | 0 | 0.99 | 0.22 | 71.88 | 0.98 | 0.39 |
| Hex | A0 | C7 | 2 | 14 | 0 | 63 | 16 | 48 | 62 | 27 |
| Octal | 240 | 307 | 2 | 24 | 0 | 143 | 26 | 110 | 142 | 47 |
| Binary | 10100000 | 11000111 | 10 | 10100 | 0 | 1100011 | 10110 | 1001000 | 1100010 | 100111 |
Color Harmonies of #A0C702
Complementary color
Monochromatic Colors of #A0C702
Black with #A0C702
Text Example
Text Example
White with #A0C702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C702; }
p { color: rgb(160,199,2); }
H1.HeaderClassName
{
color: #A0C702;
}
.AnyTagClassName
{
color: #A0C702;
}
</style>
background-color css
<style>
a { background-color: #A0C702; }
a { background-color: rgb(160,199,2); }
div.DivClassName
{
background-color: #A0C702;
}
.BgClassName
{
background-color: #A0C702;
}
</style>
border-color css
<style>
span { border-color: #A0C702; }
span { border-color: rgb(160,199,2); }
td.TdClassName
{
border-color: #A0C702;
}
.TagClassName
{
border-color: #A0C702;
}
</style>