Shades of Citrus #A0C300
Tints of Citrus #A0C300
RGB
CMYK
RGB Variations
Color information
#A0C300 (or 0xA0C300) is known color: Citrus. HEX triplet: A0, C3 and 00. RGB value is (160,195,0). Sum of RGB (Red+Green+Blue) = 160+195+0=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C300 is #5F3CFF. Grayscale: #A3A3A3. Windows color (decimal): -6241536 or 50080. OLE color: 50080.
HSL color Cylindrical-coordinate representation of color #A0C300: hue angle of 70.77º 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 #A0C300 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.24 |
| HSL | 70.77º | 1% | 0.38% | - |
| HSV(B) | 70.77º | 1% | 0.76% | - |
| XYZ | 34.01 | 46.5 | 7.18 | - |
| YUV | 162.31 | 36.4 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 0 | 0.18 | 0 | 1 | 0.24 | 70.77 | 1 | 0.38 |
| Hex | A0 | C3 | 0 | 12 | 0 | 64 | 18 | 47 | 64 | 26 |
| Octal | 240 | 303 | 0 | 22 | 0 | 144 | 30 | 107 | 144 | 46 |
| Binary | 10100000 | 11000011 | 0 | 10010 | 0 | 1100100 | 11000 | 1000111 | 1100100 | 100110 |
Color Harmonies of #A0C300
Complementary color
Monochromatic Colors of #A0C300
Black with #A0C300
Text Example
Text Example
White with #A0C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C300; }
p { color: rgb(160,195,0); }
H1.HeaderClassName
{
color: #A0C300;
}
.AnyTagClassName
{
color: #A0C300;
}
</style>
background-color css
<style>
a { background-color: #A0C300; }
a { background-color: rgb(160,195,0); }
div.DivClassName
{
background-color: #A0C300;
}
.BgClassName
{
background-color: #A0C300;
}
</style>
border-color css
<style>
span { border-color: #A0C300; }
span { border-color: rgb(160,195,0); }
td.TdClassName
{
border-color: #A0C300;
}
.TagClassName
{
border-color: #A0C300;
}
</style>