Shades of Citrus #A2C50D
Tints of Citrus #A2C50D
RGB
CMYK
RGB Variations
Color information
#A2C50D (or 0xA2C50D) is known color: Citrus. HEX triplet: A2, C5 and 0D. RGB value is (162,197,13). Sum of RGB (Red+Green+Blue) = 162+197+13=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C50D is #5D3AF2. Grayscale: #A6A6A6. Windows color (decimal): -6109939 or 902562. OLE color: 902562.
HSL color Cylindrical-coordinate representation of color #A2C50D: hue angle of 71.41º 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 #A2C50D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.23 |
| HSL | 71.41º | 0.88% | 0.41% | - |
| HSV(B) | 71.41º | 0.93% | 0.77% | - |
| XYZ | 34.94 | 47.64 | 7.74 | - |
| YUV | 165.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 13 | 0.18 | 0 | 0.93 | 0.23 | 71.41 | 0.88 | 0.41 |
| Hex | A2 | C5 | D | 12 | 0 | 5D | 17 | 47 | 58 | 29 |
| Octal | 242 | 305 | 15 | 22 | 0 | 135 | 27 | 107 | 130 | 51 |
| Binary | 10100010 | 11000101 | 1101 | 10010 | 0 | 1011101 | 10111 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A2C50D
Complementary color
Monochromatic Colors of #A2C50D
Black with #A2C50D
Text Example
Text Example
White with #A2C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C50D; }
p { color: rgb(162,197,13); }
H1.HeaderClassName
{
color: #A2C50D;
}
.AnyTagClassName
{
color: #A2C50D;
}
</style>
background-color css
<style>
a { background-color: #A2C50D; }
a { background-color: rgb(162,197,13); }
div.DivClassName
{
background-color: #A2C50D;
}
.BgClassName
{
background-color: #A2C50D;
}
</style>
border-color css
<style>
span { border-color: #A2C50D; }
span { border-color: rgb(162,197,13); }
td.TdClassName
{
border-color: #A2C50D;
}
.TagClassName
{
border-color: #A2C50D;
}
</style>