Shades of Citrus #A0CC07
Tints of Citrus #A0CC07
RGB
CMYK
RGB Variations
Color information
#A0CC07 (or 0xA0CC07) is known color: Citrus. HEX triplet: A0, CC and 07. RGB value is (160,204,7). Sum of RGB (Red+Green+Blue) = 160+204+7=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CC07 is #5F33F8. Grayscale: #A9A9A9. Windows color (decimal): -6239225 or 511136. OLE color: 511136.
HSL color Cylindrical-coordinate representation of color #A0CC07: hue angle of 73.4º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0CC07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.2 |
| HSL | 73.4º | 0.93% | 0.41% | - |
| HSV(B) | 73.4º | 0.97% | 0.8% | - |
| XYZ | 36.13 | 50.67 | 8.08 | - |
| YUV | 168.39 | 36.92 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 7 | 0.22 | 0 | 0.97 | 0.2 | 73.4 | 0.93 | 0.41 |
| Hex | A0 | CC | 7 | 16 | 0 | 61 | 14 | 49 | 5D | 29 |
| Octal | 240 | 314 | 7 | 26 | 0 | 141 | 24 | 111 | 135 | 51 |
| Binary | 10100000 | 11001100 | 111 | 10110 | 0 | 1100001 | 10100 | 1001001 | 1011101 | 101001 |
Color Harmonies of #A0CC07
Complementary color
Monochromatic Colors of #A0CC07
Black with #A0CC07
Text Example
Text Example
White with #A0CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC07; }
p { color: rgb(160,204,7); }
H1.HeaderClassName
{
color: #A0CC07;
}
.AnyTagClassName
{
color: #A0CC07;
}
</style>
background-color css
<style>
a { background-color: #A0CC07; }
a { background-color: rgb(160,204,7); }
div.DivClassName
{
background-color: #A0CC07;
}
.BgClassName
{
background-color: #A0CC07;
}
</style>
border-color css
<style>
span { border-color: #A0CC07; }
span { border-color: rgb(160,204,7); }
td.TdClassName
{
border-color: #A0CC07;
}
.TagClassName
{
border-color: #A0CC07;
}
</style>