Shades of Citrus #A0C800
Tints of Citrus #A0C800
RGB
CMYK
RGB Variations
Color information
#A0C800 (or 0xA0C800) is known color: Citrus. HEX triplet: A0, C8 and 00. RGB value is (160,200,0). Sum of RGB (Red+Green+Blue) = 160+200+0=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C800 is #5F37FF. Grayscale: #A6A6A6. Windows color (decimal): -6240256 or 51360. OLE color: 51360.
HSL color Cylindrical-coordinate representation of color #A0C800: hue angle of 72º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0C800 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 0 | - |
| CMYK | 0.2 | 0 | 1 | 0.22 |
| HSL | 72º | 1% | 0.39% | - |
| HSV(B) | 72º | 1% | 0.78% | - |
| XYZ | 35.15 | 48.78 | 7.56 | - |
| YUV | 165.24 | 34.75 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 0 | 0.2 | 0 | 1 | 0.22 | 72 | 1 | 0.39 |
| Hex | A0 | C8 | 0 | 14 | 0 | 64 | 16 | 48 | 64 | 27 |
| Octal | 240 | 310 | 0 | 24 | 0 | 144 | 26 | 110 | 144 | 47 |
| Binary | 10100000 | 11001000 | 0 | 10100 | 0 | 1100100 | 10110 | 1001000 | 1100100 | 100111 |
Color Harmonies of #A0C800
Complementary color
Monochromatic Colors of #A0C800
Black with #A0C800
Text Example
Text Example
White with #A0C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C800; }
p { color: rgb(160,200,0); }
H1.HeaderClassName
{
color: #A0C800;
}
.AnyTagClassName
{
color: #A0C800;
}
</style>
background-color css
<style>
a { background-color: #A0C800; }
a { background-color: rgb(160,200,0); }
div.DivClassName
{
background-color: #A0C800;
}
.BgClassName
{
background-color: #A0C800;
}
</style>
border-color css
<style>
span { border-color: #A0C800; }
span { border-color: rgb(160,200,0); }
td.TdClassName
{
border-color: #A0C800;
}
.TagClassName
{
border-color: #A0C800;
}
</style>