Shades of Citrus #A3C40F
Tints of Citrus #A3C40F
RGB
CMYK
RGB Variations
Color information
#A3C40F (or 0xA3C40F) is known color: Citrus. HEX triplet: A3, C4 and 0F. RGB value is (163,196,15). Sum of RGB (Red+Green+Blue) = 163+196+15=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C40F is #5C3BF0. Grayscale: #A6A6A6. Windows color (decimal): -6044657 or 1033379. OLE color: 1033379.
HSL color Cylindrical-coordinate representation of color #A3C40F: hue angle of 70.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3C40F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.23 |
| HSL | 70.94º | 0.86% | 0.41% | - |
| HSV(B) | 70.94º | 0.92% | 0.77% | - |
| XYZ | 34.93 | 47.3 | 7.74 | - |
| YUV | 165.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 15 | 0.17 | 0 | 0.92 | 0.23 | 70.94 | 0.86 | 0.41 |
| Hex | A3 | C4 | F | 11 | 0 | 5C | 17 | 47 | 56 | 29 |
| Octal | 243 | 304 | 17 | 21 | 0 | 134 | 27 | 107 | 126 | 51 |
| Binary | 10100011 | 11000100 | 1111 | 10001 | 0 | 1011100 | 10111 | 1000111 | 1010110 | 101001 |
Color Harmonies of #A3C40F
Complementary color
Monochromatic Colors of #A3C40F
Black with #A3C40F
Text Example
Text Example
White with #A3C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C40F; }
p { color: rgb(163,196,15); }
H1.HeaderClassName
{
color: #A3C40F;
}
.AnyTagClassName
{
color: #A3C40F;
}
</style>
background-color css
<style>
a { background-color: #A3C40F; }
a { background-color: rgb(163,196,15); }
div.DivClassName
{
background-color: #A3C40F;
}
.BgClassName
{
background-color: #A3C40F;
}
</style>
border-color css
<style>
span { border-color: #A3C40F; }
span { border-color: rgb(163,196,15); }
td.TdClassName
{
border-color: #A3C40F;
}
.TagClassName
{
border-color: #A3C40F;
}
</style>