Shades of Citrus #A3C50E
Tints of Citrus #A3C50E
RGB
CMYK
RGB Variations
Color information
#A3C50E (or 0xA3C50E) is known color: Citrus. HEX triplet: A3, C5 and 0E. RGB value is (163,197,14). Sum of RGB (Red+Green+Blue) = 163+197+14=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C50E is #5C3AF1. Grayscale: #A6A6A6. Windows color (decimal): -6044402 or 968099. OLE color: 968099.
HSL color Cylindrical-coordinate representation of color #A3C50E: hue angle of 71.15º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3C50E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.23 |
| HSL | 71.15º | 0.87% | 0.41% | - |
| HSV(B) | 71.15º | 0.93% | 0.77% | - |
| XYZ | 35.15 | 47.75 | 7.78 | - |
| YUV | 165.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 14 | 0.17 | 0 | 0.93 | 0.23 | 71.15 | 0.87 | 0.41 |
| Hex | A3 | C5 | E | 11 | 0 | 5D | 17 | 47 | 57 | 29 |
| Octal | 243 | 305 | 16 | 21 | 0 | 135 | 27 | 107 | 127 | 51 |
| Binary | 10100011 | 11000101 | 1110 | 10001 | 0 | 1011101 | 10111 | 1000111 | 1010111 | 101001 |
Color Harmonies of #A3C50E
Complementary color
Monochromatic Colors of #A3C50E
Black with #A3C50E
Text Example
Text Example
White with #A3C50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C50E; }
p { color: rgb(163,197,14); }
H1.HeaderClassName
{
color: #A3C50E;
}
.AnyTagClassName
{
color: #A3C50E;
}
</style>
background-color css
<style>
a { background-color: #A3C50E; }
a { background-color: rgb(163,197,14); }
div.DivClassName
{
background-color: #A3C50E;
}
.BgClassName
{
background-color: #A3C50E;
}
</style>
border-color css
<style>
span { border-color: #A3C50E; }
span { border-color: rgb(163,197,14); }
td.TdClassName
{
border-color: #A3C50E;
}
.TagClassName
{
border-color: #A3C50E;
}
</style>