Shades of Citrus #A3C300
Tints of Citrus #A3C300
RGB
CMYK
RGB Variations
Color information
#A3C300 (or 0xA3C300) is known color: Citrus. HEX triplet: A3, C3 and 00. RGB value is (163,195,0). Sum of RGB (Red+Green+Blue) = 163+195+0=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C300 is #5C3CFF. Grayscale: #A3A3A3. Windows color (decimal): -6044928 or 50083. OLE color: 50083.
HSL color Cylindrical-coordinate representation of color #A3C300: hue angle of 69.85º 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 #A3C300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.24 |
| HSL | 69.85º | 1% | 0.38% | - |
| HSV(B) | 69.85º | 1% | 0.76% | - |
| XYZ | 34.62 | 46.82 | 7.21 | - |
| YUV | 163.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 0 | 0.16 | 0 | 1 | 0.24 | 69.85 | 1 | 0.38 |
| Hex | A3 | C3 | 0 | 10 | 0 | 64 | 18 | 46 | 64 | 26 |
| Octal | 243 | 303 | 0 | 20 | 0 | 144 | 30 | 106 | 144 | 46 |
| Binary | 10100011 | 11000011 | 0 | 10000 | 0 | 1100100 | 11000 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A3C300
Complementary color
Monochromatic Colors of #A3C300
Black with #A3C300
Text Example
Text Example
White with #A3C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C300; }
p { color: rgb(163,195,0); }
H1.HeaderClassName
{
color: #A3C300;
}
.AnyTagClassName
{
color: #A3C300;
}
</style>
background-color css
<style>
a { background-color: #A3C300; }
a { background-color: rgb(163,195,0); }
div.DivClassName
{
background-color: #A3C300;
}
.BgClassName
{
background-color: #A3C300;
}
</style>
border-color css
<style>
span { border-color: #A3C300; }
span { border-color: rgb(163,195,0); }
td.TdClassName
{
border-color: #A3C300;
}
.TagClassName
{
border-color: #A3C300;
}
</style>