Shades of Citrus #A4C60C
Tints of Citrus #A4C60C
RGB
CMYK
RGB Variations
Color information
#A4C60C (or 0xA4C60C) is known color: Citrus. HEX triplet: A4, C6 and 0C. RGB value is (164,198,12). Sum of RGB (Red+Green+Blue) = 164+198+12=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C60C is #5B39F3. Grayscale: #A7A7A7. Windows color (decimal): -5978612 or 837284. OLE color: 837284.
HSL color Cylindrical-coordinate representation of color #A4C60C: hue angle of 70.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C60C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.22 |
| HSL | 70.97º | 0.89% | 0.41% | - |
| HSV(B) | 70.97º | 0.94% | 0.78% | - |
| XYZ | 35.57 | 48.31 | 7.8 | - |
| YUV | 166.63 | 40.74 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 12 | 0.17 | 0 | 0.94 | 0.22 | 70.97 | 0.89 | 0.41 |
| Hex | A4 | C6 | C | 11 | 0 | 5E | 16 | 47 | 59 | 29 |
| Octal | 244 | 306 | 14 | 21 | 0 | 136 | 26 | 107 | 131 | 51 |
| Binary | 10100100 | 11000110 | 1100 | 10001 | 0 | 1011110 | 10110 | 1000111 | 1011001 | 101001 |
Color Harmonies of #A4C60C
Complementary color
Monochromatic Colors of #A4C60C
Black with #A4C60C
Text Example
Text Example
White with #A4C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C60C; }
p { color: rgb(164,198,12); }
H1.HeaderClassName
{
color: #A4C60C;
}
.AnyTagClassName
{
color: #A4C60C;
}
</style>
background-color css
<style>
a { background-color: #A4C60C; }
a { background-color: rgb(164,198,12); }
div.DivClassName
{
background-color: #A4C60C;
}
.BgClassName
{
background-color: #A4C60C;
}
</style>
border-color css
<style>
span { border-color: #A4C60C; }
span { border-color: rgb(164,198,12); }
td.TdClassName
{
border-color: #A4C60C;
}
.TagClassName
{
border-color: #A4C60C;
}
</style>