Shades of Citrus #A5C20C
Tints of Citrus #A5C20C
RGB
CMYK
RGB Variations
Color information
#A5C20C (or 0xA5C20C) is known color: Citrus. HEX triplet: A5, C2 and 0C. RGB value is (165,194,12). Sum of RGB (Red+Green+Blue) = 165+194+12=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C20C is #5A3DF3. Grayscale: #A5A5A5. Windows color (decimal): -5914100 or 836261. OLE color: 836261.
HSL color Cylindrical-coordinate representation of color #A5C20C: hue angle of 69.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C20C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.24 |
| HSL | 69.56º | 0.88% | 0.4% | - |
| HSV(B) | 69.56º | 0.94% | 0.76% | - |
| XYZ | 34.88 | 46.61 | 7.51 | - |
| YUV | 164.58 | 41.89 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 12 | 0.15 | 0 | 0.94 | 0.24 | 69.56 | 0.88 | 0.4 |
| Hex | A5 | C2 | C | F | 0 | 5E | 18 | 46 | 58 | 28 |
| Octal | 245 | 302 | 14 | 17 | 0 | 136 | 30 | 106 | 130 | 50 |
| Binary | 10100101 | 11000010 | 1100 | 1111 | 0 | 1011110 | 11000 | 1000110 | 1011000 | 101000 |
Color Harmonies of #A5C20C
Complementary color
Monochromatic Colors of #A5C20C
Black with #A5C20C
Text Example
Text Example
White with #A5C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C20C; }
p { color: rgb(165,194,12); }
H1.HeaderClassName
{
color: #A5C20C;
}
.AnyTagClassName
{
color: #A5C20C;
}
</style>
background-color css
<style>
a { background-color: #A5C20C; }
a { background-color: rgb(165,194,12); }
div.DivClassName
{
background-color: #A5C20C;
}
.BgClassName
{
background-color: #A5C20C;
}
</style>
border-color css
<style>
span { border-color: #A5C20C; }
span { border-color: rgb(165,194,12); }
td.TdClassName
{
border-color: #A5C20C;
}
.TagClassName
{
border-color: #A5C20C;
}
</style>