Shades of Citrus #A8CA02
Tints of Citrus #A8CA02
RGB
CMYK
RGB Variations
Color information
#A8CA02 (or 0xA8CA02) is known color: Citrus. HEX triplet: A8, CA and 02. RGB value is (168,202,2). Sum of RGB (Red+Green+Blue) = 168+202+2=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA02 is #5735FD. Grayscale: #A9A9A9. Windows color (decimal): -5715454 or 182952. OLE color: 182952.
HSL color Cylindrical-coordinate representation of color #A8CA02: hue angle of 70.2º 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 #A8CA02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.21 |
| HSL | 70.2º | 0.98% | 0.4% | - |
| HSV(B) | 70.2º | 0.99% | 0.79% | - |
| XYZ | 37.28 | 50.57 | 7.85 | - |
| YUV | 169.03 | 33.74 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 2 | 0.17 | 0 | 0.99 | 0.21 | 70.2 | 0.98 | 0.4 |
| Hex | A8 | CA | 2 | 11 | 0 | 63 | 15 | 46 | 62 | 28 |
| Octal | 250 | 312 | 2 | 21 | 0 | 143 | 25 | 106 | 142 | 50 |
| Binary | 10101000 | 11001010 | 10 | 10001 | 0 | 1100011 | 10101 | 1000110 | 1100010 | 101000 |
Color Harmonies of #A8CA02
Complementary color
Monochromatic Colors of #A8CA02
Black with #A8CA02
Text Example
Text Example
White with #A8CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA02; }
p { color: rgb(168,202,2); }
H1.HeaderClassName
{
color: #A8CA02;
}
.AnyTagClassName
{
color: #A8CA02;
}
</style>
background-color css
<style>
a { background-color: #A8CA02; }
a { background-color: rgb(168,202,2); }
div.DivClassName
{
background-color: #A8CA02;
}
.BgClassName
{
background-color: #A8CA02;
}
</style>
border-color css
<style>
span { border-color: #A8CA02; }
span { border-color: rgb(168,202,2); }
td.TdClassName
{
border-color: #A8CA02;
}
.TagClassName
{
border-color: #A8CA02;
}
</style>