Shades of Citrus #A2CA08
Tints of Citrus #A2CA08
RGB
CMYK
RGB Variations
Color information
#A2CA08 (or 0xA2CA08) is known color: Citrus. HEX triplet: A2, CA and 08. RGB value is (162,202,8). Sum of RGB (Red+Green+Blue) = 162+202+8=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA08 is #5D35F7. Grayscale: #A8A8A8. Windows color (decimal): -6108664 or 576162. OLE color: 576162.
HSL color Cylindrical-coordinate representation of color #A2CA08: hue angle of 72.37º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2CA08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.21 |
| HSL | 72.37º | 0.92% | 0.41% | - |
| HSV(B) | 72.37º | 0.96% | 0.79% | - |
| XYZ | 36.06 | 49.94 | 7.97 | - |
| YUV | 167.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 8 | 0.20 | 0 | 0.96 | 0.21 | 72.37 | 0.92 | 0.41 |
| Hex | A2 | CA | 8 | 14 | 0 | 60 | 15 | 48 | 5C | 29 |
| Octal | 242 | 312 | 10 | 24 | 0 | 140 | 25 | 110 | 134 | 51 |
| Binary | 10100010 | 11001010 | 1000 | 10100 | 0 | 1100000 | 10101 | 1001000 | 1011100 | 101001 |
Color Harmonies of #A2CA08
Complementary color
Monochromatic Colors of #A2CA08
Black with #A2CA08
Text Example
Text Example
White with #A2CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA08; }
p { color: rgb(162,202,8); }
H1.HeaderClassName
{
color: #A2CA08;
}
.AnyTagClassName
{
color: #A2CA08;
}
</style>
background-color css
<style>
a { background-color: #A2CA08; }
a { background-color: rgb(162,202,8); }
div.DivClassName
{
background-color: #A2CA08;
}
.BgClassName
{
background-color: #A2CA08;
}
</style>
border-color css
<style>
span { border-color: #A2CA08; }
span { border-color: rgb(162,202,8); }
td.TdClassName
{
border-color: #A2CA08;
}
.TagClassName
{
border-color: #A2CA08;
}
</style>