Shades of Citrus #A2CA07
Tints of Citrus #A2CA07
RGB
CMYK
RGB Variations
Color information
#A2CA07 (or 0xA2CA07) is known color: Citrus. HEX triplet: A2, CA and 07. RGB value is (162,202,7). Sum of RGB (Red+Green+Blue) = 162+202+7=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA07 is #5D35F8. Grayscale: #A8A8A8. Windows color (decimal): -6108665 or 510626. OLE color: 510626.
HSL color Cylindrical-coordinate representation of color #A2CA07: hue angle of 72.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2CA07 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 7 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.21 |
| HSL | 72.31º | 0.93% | 0.41% | - |
| HSV(B) | 72.31º | 0.97% | 0.79% | - |
| XYZ | 36.06 | 49.94 | 7.94 | - |
| YUV | 167.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 7 | 0.20 | 0 | 0.97 | 0.21 | 72.31 | 0.93 | 0.41 |
| Hex | A2 | CA | 7 | 14 | 0 | 61 | 15 | 48 | 5D | 29 |
| Octal | 242 | 312 | 7 | 24 | 0 | 141 | 25 | 110 | 135 | 51 |
| Binary | 10100010 | 11001010 | 111 | 10100 | 0 | 1100001 | 10101 | 1001000 | 1011101 | 101001 |
Color Harmonies of #A2CA07
Complementary color
Monochromatic Colors of #A2CA07
Black with #A2CA07
Text Example
Text Example
White with #A2CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA07; }
p { color: rgb(162,202,7); }
H1.HeaderClassName
{
color: #A2CA07;
}
.AnyTagClassName
{
color: #A2CA07;
}
</style>
background-color css
<style>
a { background-color: #A2CA07; }
a { background-color: rgb(162,202,7); }
div.DivClassName
{
background-color: #A2CA07;
}
.BgClassName
{
background-color: #A2CA07;
}
</style>
border-color css
<style>
span { border-color: #A2CA07; }
span { border-color: rgb(162,202,7); }
td.TdClassName
{
border-color: #A2CA07;
}
.TagClassName
{
border-color: #A2CA07;
}
</style>