Shades of Citrus #A0C10F
Tints of Citrus #A0C10F
RGB
CMYK
RGB Variations
Color information
#A0C10F (or 0xA0C10F) is known color: Citrus. HEX triplet: A0, C1 and 0F. RGB value is (160,193,15). Sum of RGB (Red+Green+Blue) = 160+193+15=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C10F is #5F3EF0. Grayscale: #A3A3A3. Windows color (decimal): -6242033 or 1032608. OLE color: 1032608.
HSL color Cylindrical-coordinate representation of color #A0C10F: hue angle of 71.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0C10F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.24 |
| HSL | 71.12º | 0.86% | 0.41% | - |
| HSV(B) | 71.12º | 0.92% | 0.76% | - |
| XYZ | 33.65 | 45.65 | 7.49 | - |
| YUV | 162.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 15 | 0.17 | 0 | 0.92 | 0.24 | 71.12 | 0.86 | 0.41 |
| Hex | A0 | C1 | F | 11 | 0 | 5C | 18 | 47 | 56 | 29 |
| Octal | 240 | 301 | 17 | 21 | 0 | 134 | 30 | 107 | 126 | 51 |
| Binary | 10100000 | 11000001 | 1111 | 10001 | 0 | 1011100 | 11000 | 1000111 | 1010110 | 101001 |
Color Harmonies of #A0C10F
Complementary color
Monochromatic Colors of #A0C10F
Black with #A0C10F
Text Example
Text Example
White with #A0C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C10F; }
p { color: rgb(160,193,15); }
H1.HeaderClassName
{
color: #A0C10F;
}
.AnyTagClassName
{
color: #A0C10F;
}
</style>
background-color css
<style>
a { background-color: #A0C10F; }
a { background-color: rgb(160,193,15); }
div.DivClassName
{
background-color: #A0C10F;
}
.BgClassName
{
background-color: #A0C10F;
}
</style>
border-color css
<style>
span { border-color: #A0C10F; }
span { border-color: rgb(160,193,15); }
td.TdClassName
{
border-color: #A0C10F;
}
.TagClassName
{
border-color: #A0C10F;
}
</style>