Shades of Citrus #A0C303
Tints of Citrus #A0C303
RGB
CMYK
RGB Variations
Color information
#A0C303 (or 0xA0C303) is known color: Citrus. HEX triplet: A0, C3 and 03. RGB value is (160,195,3). Sum of RGB (Red+Green+Blue) = 160+195+3=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C303 is #5F3CFC. Grayscale: #A3A3A3. Windows color (decimal): -6241533 or 246688. OLE color: 246688.
HSL color Cylindrical-coordinate representation of color #A0C303: hue angle of 70.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0C303 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.24 |
| HSL | 70.94º | 0.97% | 0.39% | - |
| HSV(B) | 70.94º | 0.98% | 0.76% | - |
| XYZ | 34.03 | 46.51 | 7.27 | - |
| YUV | 162.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 3 | 0.18 | 0 | 0.98 | 0.24 | 70.94 | 0.97 | 0.39 |
| Hex | A0 | C3 | 3 | 12 | 0 | 62 | 18 | 47 | 61 | 27 |
| Octal | 240 | 303 | 3 | 22 | 0 | 142 | 30 | 107 | 141 | 47 |
| Binary | 10100000 | 11000011 | 11 | 10010 | 0 | 1100010 | 11000 | 1000111 | 1100001 | 100111 |
Color Harmonies of #A0C303
Complementary color
Monochromatic Colors of #A0C303
Black with #A0C303
Text Example
Text Example
White with #A0C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C303; }
p { color: rgb(160,195,3); }
H1.HeaderClassName
{
color: #A0C303;
}
.AnyTagClassName
{
color: #A0C303;
}
</style>
background-color css
<style>
a { background-color: #A0C303; }
a { background-color: rgb(160,195,3); }
div.DivClassName
{
background-color: #A0C303;
}
.BgClassName
{
background-color: #A0C303;
}
</style>
border-color css
<style>
span { border-color: #A0C303; }
span { border-color: rgb(160,195,3); }
td.TdClassName
{
border-color: #A0C303;
}
.TagClassName
{
border-color: #A0C303;
}
</style>