Shades of Citrus #A2C60D
Tints of Citrus #A2C60D
RGB
CMYK
RGB Variations
Color information
#A2C60D (or 0xA2C60D) is known color: Citrus. HEX triplet: A2, C6 and 0D. RGB value is (162,198,13). Sum of RGB (Red+Green+Blue) = 162+198+13=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C60D is #5D39F2. Grayscale: #A6A6A6. Windows color (decimal): -6109683 or 902818. OLE color: 902818.
HSL color Cylindrical-coordinate representation of color #A2C60D: hue angle of 71.68º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2C60D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.22 |
| HSL | 71.68º | 0.88% | 0.41% | - |
| HSV(B) | 71.68º | 0.93% | 0.78% | - |
| XYZ | 35.17 | 48.1 | 7.81 | - |
| YUV | 166.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 13 | 0.18 | 0 | 0.93 | 0.22 | 71.68 | 0.88 | 0.41 |
| Hex | A2 | C6 | D | 12 | 0 | 5D | 16 | 48 | 58 | 29 |
| Octal | 242 | 306 | 15 | 22 | 0 | 135 | 26 | 110 | 130 | 51 |
| Binary | 10100010 | 11000110 | 1101 | 10010 | 0 | 1011101 | 10110 | 1001000 | 1011000 | 101001 |
Color Harmonies of #A2C60D
Complementary color
Monochromatic Colors of #A2C60D
Black with #A2C60D
Text Example
Text Example
White with #A2C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C60D; }
p { color: rgb(162,198,13); }
H1.HeaderClassName
{
color: #A2C60D;
}
.AnyTagClassName
{
color: #A2C60D;
}
</style>
background-color css
<style>
a { background-color: #A2C60D; }
a { background-color: rgb(162,198,13); }
div.DivClassName
{
background-color: #A2C60D;
}
.BgClassName
{
background-color: #A2C60D;
}
</style>
border-color css
<style>
span { border-color: #A2C60D; }
span { border-color: rgb(162,198,13); }
td.TdClassName
{
border-color: #A2C60D;
}
.TagClassName
{
border-color: #A2C60D;
}
</style>