Shades of Citrus #A2C600
Tints of Citrus #A2C600
RGB
CMYK
RGB Variations
Color information
#A2C600 (or 0xA2C600) is known color: Citrus. HEX triplet: A2, C6 and 00. RGB value is (162,198,0). Sum of RGB (Red+Green+Blue) = 162+198+0=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C600 is #5D39FF. Grayscale: #A5A5A5. Windows color (decimal): -6109696 or 50850. OLE color: 50850.
HSL color Cylindrical-coordinate representation of color #A2C600: hue angle of 70.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2C600 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.22 |
| HSL | 70.91º | 1% | 0.39% | - |
| HSV(B) | 70.91º | 1% | 0.78% | - |
| XYZ | 35.09 | 48.07 | 7.43 | - |
| YUV | 164.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 0 | 0.18 | 0 | 1 | 0.22 | 70.91 | 1 | 0.39 |
| Hex | A2 | C6 | 0 | 12 | 0 | 64 | 16 | 47 | 64 | 27 |
| Octal | 242 | 306 | 0 | 22 | 0 | 144 | 26 | 107 | 144 | 47 |
| Binary | 10100010 | 11000110 | 0 | 10010 | 0 | 1100100 | 10110 | 1000111 | 1100100 | 100111 |
Color Harmonies of #A2C600
Complementary color
Monochromatic Colors of #A2C600
Black with #A2C600
Text Example
Text Example
White with #A2C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C600; }
p { color: rgb(162,198,0); }
H1.HeaderClassName
{
color: #A2C600;
}
.AnyTagClassName
{
color: #A2C600;
}
</style>
background-color css
<style>
a { background-color: #A2C600; }
a { background-color: rgb(162,198,0); }
div.DivClassName
{
background-color: #A2C600;
}
.BgClassName
{
background-color: #A2C600;
}
</style>
border-color css
<style>
span { border-color: #A2C600; }
span { border-color: rgb(162,198,0); }
td.TdClassName
{
border-color: #A2C600;
}
.TagClassName
{
border-color: #A2C600;
}
</style>