Shades of Citrus #A8C202
Tints of Citrus #A8C202
RGB
CMYK
RGB Variations
Color information
#A8C202 (or 0xA8C202) is known color: Citrus. HEX triplet: A8, C2 and 02. RGB value is (168,194,2). Sum of RGB (Red+Green+Blue) = 168+194+2=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C202 is #573DFD. Grayscale: #A5A5A5. Windows color (decimal): -5717502 or 180904. OLE color: 180904.
HSL color Cylindrical-coordinate representation of color #A8C202: hue angle of 68.13º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C202 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.24 |
| HSL | 68.13º | 0.98% | 0.38% | - |
| HSV(B) | 68.13º | 0.99% | 0.76% | - |
| XYZ | 35.45 | 46.91 | 7.24 | - |
| YUV | 164.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 2 | 0.13 | 0 | 0.99 | 0.24 | 68.13 | 0.98 | 0.38 |
| Hex | A8 | C2 | 2 | D | 0 | 63 | 18 | 44 | 62 | 26 |
| Octal | 250 | 302 | 2 | 15 | 0 | 143 | 30 | 104 | 142 | 46 |
| Binary | 10101000 | 11000010 | 10 | 1101 | 0 | 1100011 | 11000 | 1000100 | 1100010 | 100110 |
Color Harmonies of #A8C202
Complementary color
Monochromatic Colors of #A8C202
Black with #A8C202
Text Example
Text Example
White with #A8C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C202; }
p { color: rgb(168,194,2); }
H1.HeaderClassName
{
color: #A8C202;
}
.AnyTagClassName
{
color: #A8C202;
}
</style>
background-color css
<style>
a { background-color: #A8C202; }
a { background-color: rgb(168,194,2); }
div.DivClassName
{
background-color: #A8C202;
}
.BgClassName
{
background-color: #A8C202;
}
</style>
border-color css
<style>
span { border-color: #A8C202; }
span { border-color: rgb(168,194,2); }
td.TdClassName
{
border-color: #A8C202;
}
.TagClassName
{
border-color: #A8C202;
}
</style>