Shades of Citrus #A3C50D
Tints of Citrus #A3C50D
RGB
CMYK
RGB Variations
Color information
#A3C50D (or 0xA3C50D) is known color: Citrus. HEX triplet: A3, C5 and 0D. RGB value is (163,197,13). Sum of RGB (Red+Green+Blue) = 163+197+13=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C50D is #5C3AF2. Grayscale: #A6A6A6. Windows color (decimal): -6044403 or 902563. OLE color: 902563.
HSL color Cylindrical-coordinate representation of color #A3C50D: hue angle of 71.09º degrees, saturation: 0.88, 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 #A3C50D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 13 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.23 |
| HSL | 71.09º | 0.88% | 0.41% | - |
| HSV(B) | 71.09º | 0.93% | 0.77% | - |
| XYZ | 35.14 | 47.75 | 7.74 | - |
| YUV | 165.86 | 41.74 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 13 | 0.17 | 0 | 0.93 | 0.23 | 71.09 | 0.88 | 0.41 |
| Hex | A3 | C5 | D | 11 | 0 | 5D | 17 | 47 | 58 | 29 |
| Octal | 243 | 305 | 15 | 21 | 0 | 135 | 27 | 107 | 130 | 51 |
| Binary | 10100011 | 11000101 | 1101 | 10001 | 0 | 1011101 | 10111 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A3C50D
Complementary color
Monochromatic Colors of #A3C50D
Black with #A3C50D
Text Example
Text Example
White with #A3C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C50D; }
p { color: rgb(163,197,13); }
H1.HeaderClassName
{
color: #A3C50D;
}
.AnyTagClassName
{
color: #A3C50D;
}
</style>
background-color css
<style>
a { background-color: #A3C50D; }
a { background-color: rgb(163,197,13); }
div.DivClassName
{
background-color: #A3C50D;
}
.BgClassName
{
background-color: #A3C50D;
}
</style>
border-color css
<style>
span { border-color: #A3C50D; }
span { border-color: rgb(163,197,13); }
td.TdClassName
{
border-color: #A3C50D;
}
.TagClassName
{
border-color: #A3C50D;
}
</style>