Shades of Citrus #A0C112
Tints of Citrus #A0C112
RGB
CMYK
RGB Variations
Color information
#A0C112 (or 0xA0C112) is known color: Citrus. HEX triplet: A0, C1 and 12. RGB value is (160,193,18). Sum of RGB (Red+Green+Blue) = 160+193+18=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C112 is #5F3EED. Grayscale: #A3A3A3. Windows color (decimal): -6242030 or 1229216. OLE color: 1229216.
HSL color Cylindrical-coordinate representation of color #A0C112: hue angle of 71.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0C112 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 18 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.24 |
| HSL | 71.31º | 0.83% | 0.41% | - |
| HSV(B) | 71.31º | 0.91% | 0.76% | - |
| XYZ | 33.68 | 45.66 | 7.61 | - |
| YUV | 163.18 | 46.07 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 18 | 0.17 | 0 | 0.91 | 0.24 | 71.31 | 0.83 | 0.41 |
| Hex | A0 | C1 | 12 | 11 | 0 | 5B | 18 | 47 | 53 | 29 |
| Octal | 240 | 301 | 22 | 21 | 0 | 133 | 30 | 107 | 123 | 51 |
| Binary | 10100000 | 11000001 | 10010 | 10001 | 0 | 1011011 | 11000 | 1000111 | 1010011 | 101001 |
Color Harmonies of #A0C112
Complementary color
Monochromatic Colors of #A0C112
Black with #A0C112
Text Example
Text Example
White with #A0C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C112; }
p { color: rgb(160,193,18); }
H1.HeaderClassName
{
color: #A0C112;
}
.AnyTagClassName
{
color: #A0C112;
}
</style>
background-color css
<style>
a { background-color: #A0C112; }
a { background-color: rgb(160,193,18); }
div.DivClassName
{
background-color: #A0C112;
}
.BgClassName
{
background-color: #A0C112;
}
</style>
border-color css
<style>
span { border-color: #A0C112; }
span { border-color: rgb(160,193,18); }
td.TdClassName
{
border-color: #A0C112;
}
.TagClassName
{
border-color: #A0C112;
}
</style>