Shades of Citrus #A3C100
Tints of Citrus #A3C100
RGB
CMYK
RGB Variations
Color information
#A3C100 (or 0xA3C100) is known color: Citrus. HEX triplet: A3, C1 and 00. RGB value is (163,193,0). Sum of RGB (Red+Green+Blue) = 163+193+0=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C100 is #5C3EFF. Grayscale: #A2A2A2. Windows color (decimal): -6045440 or 49571. OLE color: 49571.
HSL color Cylindrical-coordinate representation of color #A3C100: hue angle of 69.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3C100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.24 |
| HSL | 69.33º | 1% | 0.38% | - |
| HSV(B) | 69.33º | 1% | 0.76% | - |
| XYZ | 34.17 | 45.93 | 7.06 | - |
| YUV | 162.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 0 | 0.16 | 0 | 1 | 0.24 | 69.33 | 1 | 0.38 |
| Hex | A3 | C1 | 0 | 10 | 0 | 64 | 18 | 45 | 64 | 26 |
| Octal | 243 | 301 | 0 | 20 | 0 | 144 | 30 | 105 | 144 | 46 |
| Binary | 10100011 | 11000001 | 0 | 10000 | 0 | 1100100 | 11000 | 1000101 | 1100100 | 100110 |
Color Harmonies of #A3C100
Complementary color
Monochromatic Colors of #A3C100
Black with #A3C100
Text Example
Text Example
White with #A3C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C100; }
p { color: rgb(163,193,0); }
H1.HeaderClassName
{
color: #A3C100;
}
.AnyTagClassName
{
color: #A3C100;
}
</style>
background-color css
<style>
a { background-color: #A3C100; }
a { background-color: rgb(163,193,0); }
div.DivClassName
{
background-color: #A3C100;
}
.BgClassName
{
background-color: #A3C100;
}
</style>
border-color css
<style>
span { border-color: #A3C100; }
span { border-color: rgb(163,193,0); }
td.TdClassName
{
border-color: #A3C100;
}
.TagClassName
{
border-color: #A3C100;
}
</style>