Shades of Citrus #A0C403
Tints of Citrus #A0C403
RGB
CMYK
RGB Variations
Color information
#A0C403 (or 0xA0C403) is known color: Citrus. HEX triplet: A0, C4 and 03. RGB value is (160,196,3). Sum of RGB (Red+Green+Blue) = 160+196+3=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C403 is #5F3BFC. Grayscale: #A3A3A3. Windows color (decimal): -6241277 or 246944. OLE color: 246944.
HSL color Cylindrical-coordinate representation of color #A0C403: hue angle of 71.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0C403 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.23 |
| HSL | 71.19º | 0.97% | 0.39% | - |
| HSV(B) | 71.19º | 0.98% | 0.77% | - |
| XYZ | 34.25 | 46.96 | 7.34 | - |
| YUV | 163.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 3 | 0.18 | 0 | 0.98 | 0.23 | 71.19 | 0.97 | 0.39 |
| Hex | A0 | C4 | 3 | 12 | 0 | 62 | 17 | 47 | 61 | 27 |
| Octal | 240 | 304 | 3 | 22 | 0 | 142 | 27 | 107 | 141 | 47 |
| Binary | 10100000 | 11000100 | 11 | 10010 | 0 | 1100010 | 10111 | 1000111 | 1100001 | 100111 |
Color Harmonies of #A0C403
Complementary color
Monochromatic Colors of #A0C403
Black with #A0C403
Text Example
Text Example
White with #A0C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C403; }
p { color: rgb(160,196,3); }
H1.HeaderClassName
{
color: #A0C403;
}
.AnyTagClassName
{
color: #A0C403;
}
</style>
background-color css
<style>
a { background-color: #A0C403; }
a { background-color: rgb(160,196,3); }
div.DivClassName
{
background-color: #A0C403;
}
.BgClassName
{
background-color: #A0C403;
}
</style>
border-color css
<style>
span { border-color: #A0C403; }
span { border-color: rgb(160,196,3); }
td.TdClassName
{
border-color: #A0C403;
}
.TagClassName
{
border-color: #A0C403;
}
</style>