Shades of Citrus #A3C400
Tints of Citrus #A3C400
RGB
CMYK
RGB Variations
Color information
#A3C400 (or 0xA3C400) is known color: Citrus. HEX triplet: A3, C4 and 00. RGB value is (163,196,0). Sum of RGB (Red+Green+Blue) = 163+196+0=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C400 is #5C3BFF. Grayscale: #A4A4A4. Windows color (decimal): -6044672 or 50339. OLE color: 50339.
HSL color Cylindrical-coordinate representation of color #A3C400: hue angle of 70.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3C400 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.23 |
| HSL | 70.1º | 1% | 0.38% | - |
| HSV(B) | 70.1º | 1% | 0.77% | - |
| XYZ | 34.84 | 47.27 | 7.29 | - |
| YUV | 163.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 0 | 0.17 | 0 | 1 | 0.23 | 70.1 | 1 | 0.38 |
| Hex | A3 | C4 | 0 | 11 | 0 | 64 | 17 | 46 | 64 | 26 |
| Octal | 243 | 304 | 0 | 21 | 0 | 144 | 27 | 106 | 144 | 46 |
| Binary | 10100011 | 11000100 | 0 | 10001 | 0 | 1100100 | 10111 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A3C400
Complementary color
Monochromatic Colors of #A3C400
Black with #A3C400
Text Example
Text Example
White with #A3C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C400; }
p { color: rgb(163,196,0); }
H1.HeaderClassName
{
color: #A3C400;
}
.AnyTagClassName
{
color: #A3C400;
}
</style>
background-color css
<style>
a { background-color: #A3C400; }
a { background-color: rgb(163,196,0); }
div.DivClassName
{
background-color: #A3C400;
}
.BgClassName
{
background-color: #A3C400;
}
</style>
border-color css
<style>
span { border-color: #A3C400; }
span { border-color: rgb(163,196,0); }
td.TdClassName
{
border-color: #A3C400;
}
.TagClassName
{
border-color: #A3C400;
}
</style>