Shades of Citrus #A0C100
Tints of Citrus #A0C100
RGB
CMYK
RGB Variations
Color information
#A0C100 (or 0xA0C100) is known color: Citrus. HEX triplet: A0, C1 and 00. RGB value is (160,193,0). Sum of RGB (Red+Green+Blue) = 160+193+0=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C100 is #5F3EFF. Grayscale: #A1A1A1. Windows color (decimal): -6242048 or 49568. OLE color: 49568.
HSL color Cylindrical-coordinate representation of color #A0C100: hue angle of 70.26º 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 #A0C100 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.24 |
| HSL | 70.26º | 1% | 0.38% | - |
| HSV(B) | 70.26º | 1% | 0.76% | - |
| XYZ | 33.57 | 45.61 | 7.04 | - |
| YUV | 161.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 0 | 0.17 | 0 | 1 | 0.24 | 70.26 | 1 | 0.38 |
| Hex | A0 | C1 | 0 | 11 | 0 | 64 | 18 | 46 | 64 | 26 |
| Octal | 240 | 301 | 0 | 21 | 0 | 144 | 30 | 106 | 144 | 46 |
| Binary | 10100000 | 11000001 | 0 | 10001 | 0 | 1100100 | 11000 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A0C100
Complementary color
Monochromatic Colors of #A0C100
Black with #A0C100
Text Example
Text Example
White with #A0C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C100; }
p { color: rgb(160,193,0); }
H1.HeaderClassName
{
color: #A0C100;
}
.AnyTagClassName
{
color: #A0C100;
}
</style>
background-color css
<style>
a { background-color: #A0C100; }
a { background-color: rgb(160,193,0); }
div.DivClassName
{
background-color: #A0C100;
}
.BgClassName
{
background-color: #A0C100;
}
</style>
border-color css
<style>
span { border-color: #A0C100; }
span { border-color: rgb(160,193,0); }
td.TdClassName
{
border-color: #A0C100;
}
.TagClassName
{
border-color: #A0C100;
}
</style>