Shades of Citrus #A3C902
Tints of Citrus #A3C902
RGB
CMYK
RGB Variations
Color information
#A3C902 (or 0xA3C902) is known color: Citrus. HEX triplet: A3, C9 and 02. RGB value is (163,201,2). Sum of RGB (Red+Green+Blue) = 163+201+2=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C902 is #5C36FD. Grayscale: #A7A7A7. Windows color (decimal): -6043390 or 182691. OLE color: 182691.
HSL color Cylindrical-coordinate representation of color #A3C902: hue angle of 71.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3C902 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.21 |
| HSL | 71.46º | 0.98% | 0.4% | - |
| HSV(B) | 71.46º | 0.99% | 0.79% | - |
| XYZ | 36 | 49.56 | 7.73 | - |
| YUV | 166.95 | 34.91 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 2 | 0.19 | 0 | 0.99 | 0.21 | 71.46 | 0.98 | 0.4 |
| Hex | A3 | C9 | 2 | 13 | 0 | 63 | 15 | 47 | 62 | 28 |
| Octal | 243 | 311 | 2 | 23 | 0 | 143 | 25 | 107 | 142 | 50 |
| Binary | 10100011 | 11001001 | 10 | 10011 | 0 | 1100011 | 10101 | 1000111 | 1100010 | 101000 |
Color Harmonies of #A3C902
Complementary color
Monochromatic Colors of #A3C902
Black with #A3C902
Text Example
Text Example
White with #A3C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C902; }
p { color: rgb(163,201,2); }
H1.HeaderClassName
{
color: #A3C902;
}
.AnyTagClassName
{
color: #A3C902;
}
</style>
background-color css
<style>
a { background-color: #A3C902; }
a { background-color: rgb(163,201,2); }
div.DivClassName
{
background-color: #A3C902;
}
.BgClassName
{
background-color: #A3C902;
}
</style>
border-color css
<style>
span { border-color: #A3C902; }
span { border-color: rgb(163,201,2); }
td.TdClassName
{
border-color: #A3C902;
}
.TagClassName
{
border-color: #A3C902;
}
</style>