Shades of Citrus #A3C00A
Tints of Citrus #A3C00A
RGB
CMYK
RGB Variations
Color information
#A3C00A (or 0xA3C00A) is known color: Citrus. HEX triplet: A3, C0 and 0A. RGB value is (163,192,10). Sum of RGB (Red+Green+Blue) = 163+192+10=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C00A is #5C3FF5. Grayscale: #A3A3A3. Windows color (decimal): -6045686 or 704675. OLE color: 704675.
HSL color Cylindrical-coordinate representation of color #A3C00A: hue angle of 69.56º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3C00A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.25 |
| HSL | 69.56º | 0.9% | 0.4% | - |
| HSV(B) | 69.56º | 0.95% | 0.75% | - |
| XYZ | 34.01 | 45.51 | 7.28 | - |
| YUV | 162.58 | 41.89 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 10 | 0.15 | 0 | 0.95 | 0.25 | 69.56 | 0.9 | 0.4 |
| Hex | A3 | C0 | A | F | 0 | 5F | 19 | 46 | 5A | 28 |
| Octal | 243 | 300 | 12 | 17 | 0 | 137 | 31 | 106 | 132 | 50 |
| Binary | 10100011 | 11000000 | 1010 | 1111 | 0 | 1011111 | 11001 | 1000110 | 1011010 | 101000 |
Color Harmonies of #A3C00A
Complementary color
Monochromatic Colors of #A3C00A
Black with #A3C00A
Text Example
Text Example
White with #A3C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C00A; }
p { color: rgb(163,192,10); }
H1.HeaderClassName
{
color: #A3C00A;
}
.AnyTagClassName
{
color: #A3C00A;
}
</style>
background-color css
<style>
a { background-color: #A3C00A; }
a { background-color: rgb(163,192,10); }
div.DivClassName
{
background-color: #A3C00A;
}
.BgClassName
{
background-color: #A3C00A;
}
</style>
border-color css
<style>
span { border-color: #A3C00A; }
span { border-color: rgb(163,192,10); }
td.TdClassName
{
border-color: #A3C00A;
}
.TagClassName
{
border-color: #A3C00A;
}
</style>