Shades of Citrus #A3C30E
Tints of Citrus #A3C30E
RGB
CMYK
RGB Variations
Color information
#A3C30E (or 0xA3C30E) is known color: Citrus. HEX triplet: A3, C3 and 0E. RGB value is (163,195,14). Sum of RGB (Red+Green+Blue) = 163+195+14=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C30E is #5C3CF1. Grayscale: #A5A5A5. Windows color (decimal): -6044914 or 967587. OLE color: 967587.
HSL color Cylindrical-coordinate representation of color #A3C30E: hue angle of 70.61º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3C30E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.24 |
| HSL | 70.61º | 0.87% | 0.41% | - |
| HSV(B) | 70.61º | 0.93% | 0.76% | - |
| XYZ | 34.7 | 46.85 | 7.63 | - |
| YUV | 164.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 14 | 0.16 | 0 | 0.93 | 0.24 | 70.61 | 0.87 | 0.41 |
| Hex | A3 | C3 | E | 10 | 0 | 5D | 18 | 47 | 57 | 29 |
| Octal | 243 | 303 | 16 | 20 | 0 | 135 | 30 | 107 | 127 | 51 |
| Binary | 10100011 | 11000011 | 1110 | 10000 | 0 | 1011101 | 11000 | 1000111 | 1010111 | 101001 |
Color Harmonies of #A3C30E
Complementary color
Monochromatic Colors of #A3C30E
Black with #A3C30E
Text Example
Text Example
White with #A3C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C30E; }
p { color: rgb(163,195,14); }
H1.HeaderClassName
{
color: #A3C30E;
}
.AnyTagClassName
{
color: #A3C30E;
}
</style>
background-color css
<style>
a { background-color: #A3C30E; }
a { background-color: rgb(163,195,14); }
div.DivClassName
{
background-color: #A3C30E;
}
.BgClassName
{
background-color: #A3C30E;
}
</style>
border-color css
<style>
span { border-color: #A3C30E; }
span { border-color: rgb(163,195,14); }
td.TdClassName
{
border-color: #A3C30E;
}
.TagClassName
{
border-color: #A3C30E;
}
</style>