Shades of Citrus #A2C407
Tints of Citrus #A2C407
RGB
CMYK
RGB Variations
Color information
#A2C407 (or 0xA2C407) is known color: Citrus. HEX triplet: A2, C4 and 07. RGB value is (162,196,7). Sum of RGB (Red+Green+Blue) = 162+196+7=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C407 is #5D3BF8. Grayscale: #A5A5A5. Windows color (decimal): -6110201 or 509090. OLE color: 509090.
HSL color Cylindrical-coordinate representation of color #A2C407: hue angle of 70.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2C407 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.23 |
| HSL | 70.79º | 0.93% | 0.4% | - |
| HSV(B) | 70.79º | 0.96% | 0.77% | - |
| XYZ | 34.68 | 47.18 | 7.48 | - |
| YUV | 164.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 7 | 0.17 | 0 | 0.96 | 0.23 | 70.79 | 0.93 | 0.4 |
| Hex | A2 | C4 | 7 | 11 | 0 | 60 | 17 | 47 | 5D | 28 |
| Octal | 242 | 304 | 7 | 21 | 0 | 140 | 27 | 107 | 135 | 50 |
| Binary | 10100010 | 11000100 | 111 | 10001 | 0 | 1100000 | 10111 | 1000111 | 1011101 | 101000 |
Color Harmonies of #A2C407
Complementary color
Monochromatic Colors of #A2C407
Black with #A2C407
Text Example
Text Example
White with #A2C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C407; }
p { color: rgb(162,196,7); }
H1.HeaderClassName
{
color: #A2C407;
}
.AnyTagClassName
{
color: #A2C407;
}
</style>
background-color css
<style>
a { background-color: #A2C407; }
a { background-color: rgb(162,196,7); }
div.DivClassName
{
background-color: #A2C407;
}
.BgClassName
{
background-color: #A2C407;
}
</style>
border-color css
<style>
span { border-color: #A2C407; }
span { border-color: rgb(162,196,7); }
td.TdClassName
{
border-color: #A2C407;
}
.TagClassName
{
border-color: #A2C407;
}
</style>