Shades of Citrus #A3C90C
Tints of Citrus #A3C90C
RGB
CMYK
RGB Variations
Color information
#A3C90C (or 0xA3C90C) is known color: Citrus. HEX triplet: A3, C9 and 0C. RGB value is (163,201,12). Sum of RGB (Red+Green+Blue) = 163+201+12=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C90C is #5C36F3. Grayscale: #A8A8A8. Windows color (decimal): -6043380 or 838051. OLE color: 838051.
HSL color Cylindrical-coordinate representation of color #A3C90C: hue angle of 72.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3C90C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.21 |
| HSL | 72.06º | 0.89% | 0.42% | - |
| HSV(B) | 72.06º | 0.94% | 0.79% | - |
| XYZ | 36.06 | 49.59 | 8.02 | - |
| YUV | 168.09 | 39.91 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 12 | 0.19 | 0 | 0.94 | 0.21 | 72.06 | 0.89 | 0.42 |
| Hex | A3 | C9 | C | 13 | 0 | 5E | 15 | 48 | 59 | 2A |
| Octal | 243 | 311 | 14 | 23 | 0 | 136 | 25 | 110 | 131 | 52 |
| Binary | 10100011 | 11001001 | 1100 | 10011 | 0 | 1011110 | 10101 | 1001000 | 1011001 | 101010 |
Color Harmonies of #A3C90C
Complementary color
Monochromatic Colors of #A3C90C
Black with #A3C90C
Text Example
Text Example
White with #A3C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C90C; }
p { color: rgb(163,201,12); }
H1.HeaderClassName
{
color: #A3C90C;
}
.AnyTagClassName
{
color: #A3C90C;
}
</style>
background-color css
<style>
a { background-color: #A3C90C; }
a { background-color: rgb(163,201,12); }
div.DivClassName
{
background-color: #A3C90C;
}
.BgClassName
{
background-color: #A3C90C;
}
</style>
border-color css
<style>
span { border-color: #A3C90C; }
span { border-color: rgb(163,201,12); }
td.TdClassName
{
border-color: #A3C90C;
}
.TagClassName
{
border-color: #A3C90C;
}
</style>