Shades of Citrus #A5C50C
Tints of Citrus #A5C50C
RGB
CMYK
RGB Variations
Color information
#A5C50C (or 0xA5C50C) is known color: Citrus. HEX triplet: A5, C5 and 0C. RGB value is (165,197,12). Sum of RGB (Red+Green+Blue) = 165+197+12=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C50C is #5A3AF3. Grayscale: #A7A7A7. Windows color (decimal): -5913332 or 837029. OLE color: 837029.
HSL color Cylindrical-coordinate representation of color #A5C50C: hue angle of 70.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C50C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.23 |
| HSL | 70.38º | 0.89% | 0.41% | - |
| HSV(B) | 70.38º | 0.94% | 0.77% | - |
| XYZ | 35.55 | 47.96 | 7.73 | - |
| YUV | 166.34 | 40.9 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 12 | 0.16 | 0 | 0.94 | 0.23 | 70.38 | 0.89 | 0.41 |
| Hex | A5 | C5 | C | 10 | 0 | 5E | 17 | 46 | 59 | 29 |
| Octal | 245 | 305 | 14 | 20 | 0 | 136 | 27 | 106 | 131 | 51 |
| Binary | 10100101 | 11000101 | 1100 | 10000 | 0 | 1011110 | 10111 | 1000110 | 1011001 | 101001 |
Color Harmonies of #A5C50C
Complementary color
Monochromatic Colors of #A5C50C
Black with #A5C50C
Text Example
Text Example
White with #A5C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C50C; }
p { color: rgb(165,197,12); }
H1.HeaderClassName
{
color: #A5C50C;
}
.AnyTagClassName
{
color: #A5C50C;
}
</style>
background-color css
<style>
a { background-color: #A5C50C; }
a { background-color: rgb(165,197,12); }
div.DivClassName
{
background-color: #A5C50C;
}
.BgClassName
{
background-color: #A5C50C;
}
</style>
border-color css
<style>
span { border-color: #A5C50C; }
span { border-color: rgb(165,197,12); }
td.TdClassName
{
border-color: #A5C50C;
}
.TagClassName
{
border-color: #A5C50C;
}
</style>