Shades of Citrus #A0C903
Tints of Citrus #A0C903
RGB
CMYK
RGB Variations
Color information
#A0C903 (or 0xA0C903) is known color: Citrus. HEX triplet: A0, C9 and 03. RGB value is (160,201,3). Sum of RGB (Red+Green+Blue) = 160+201+3=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C903 is #5F36FC. Grayscale: #A6A6A6. Windows color (decimal): -6239997 or 248224. OLE color: 248224.
HSL color Cylindrical-coordinate representation of color #A0C903: hue angle of 72.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C903 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.21 |
| HSL | 72.42º | 0.97% | 0.4% | - |
| HSV(B) | 72.42º | 0.99% | 0.79% | - |
| XYZ | 35.4 | 49.25 | 7.73 | - |
| YUV | 166.17 | 35.92 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 3 | 0.20 | 0 | 0.99 | 0.21 | 72.42 | 0.97 | 0.4 |
| Hex | A0 | C9 | 3 | 14 | 0 | 63 | 15 | 48 | 61 | 28 |
| Octal | 240 | 311 | 3 | 24 | 0 | 143 | 25 | 110 | 141 | 50 |
| Binary | 10100000 | 11001001 | 11 | 10100 | 0 | 1100011 | 10101 | 1001000 | 1100001 | 101000 |
Color Harmonies of #A0C903
Complementary color
Monochromatic Colors of #A0C903
Black with #A0C903
Text Example
Text Example
White with #A0C903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C903; }
p { color: rgb(160,201,3); }
H1.HeaderClassName
{
color: #A0C903;
}
.AnyTagClassName
{
color: #A0C903;
}
</style>
background-color css
<style>
a { background-color: #A0C903; }
a { background-color: rgb(160,201,3); }
div.DivClassName
{
background-color: #A0C903;
}
.BgClassName
{
background-color: #A0C903;
}
</style>
border-color css
<style>
span { border-color: #A0C903; }
span { border-color: rgb(160,201,3); }
td.TdClassName
{
border-color: #A0C903;
}
.TagClassName
{
border-color: #A0C903;
}
</style>