Shades of Citrus #A2C40D
Tints of Citrus #A2C40D
RGB
CMYK
RGB Variations
Color information
#A2C40D (or 0xA2C40D) is known color: Citrus. HEX triplet: A2, C4 and 0D. RGB value is (162,196,13). Sum of RGB (Red+Green+Blue) = 162+196+13=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C40D is #5D3BF2. Grayscale: #A5A5A5. Windows color (decimal): -6110195 or 902306. OLE color: 902306.
HSL color Cylindrical-coordinate representation of color #A2C40D: hue angle of 71.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2C40D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 13 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.23 |
| HSL | 71.15º | 0.88% | 0.41% | - |
| HSV(B) | 71.15º | 0.93% | 0.77% | - |
| XYZ | 34.71 | 47.19 | 7.66 | - |
| YUV | 164.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 13 | 0.17 | 0 | 0.93 | 0.23 | 71.15 | 0.88 | 0.41 |
| Hex | A2 | C4 | D | 11 | 0 | 5D | 17 | 47 | 58 | 29 |
| Octal | 242 | 304 | 15 | 21 | 0 | 135 | 27 | 107 | 130 | 51 |
| Binary | 10100010 | 11000100 | 1101 | 10001 | 0 | 1011101 | 10111 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A2C40D
Complementary color
Monochromatic Colors of #A2C40D
Black with #A2C40D
Text Example
Text Example
White with #A2C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C40D; }
p { color: rgb(162,196,13); }
H1.HeaderClassName
{
color: #A2C40D;
}
.AnyTagClassName
{
color: #A2C40D;
}
</style>
background-color css
<style>
a { background-color: #A2C40D; }
a { background-color: rgb(162,196,13); }
div.DivClassName
{
background-color: #A2C40D;
}
.BgClassName
{
background-color: #A2C40D;
}
</style>
border-color css
<style>
span { border-color: #A2C40D; }
span { border-color: rgb(162,196,13); }
td.TdClassName
{
border-color: #A2C40D;
}
.TagClassName
{
border-color: #A2C40D;
}
</style>