Shades of Citrus #A4C30C
Tints of Citrus #A4C30C
RGB
CMYK
RGB Variations
Color information
#A4C30C (or 0xA4C30C) is known color: Citrus. HEX triplet: A4, C3 and 0C. RGB value is (164,195,12). Sum of RGB (Red+Green+Blue) = 164+195+12=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C30C is #5B3CF3. Grayscale: #A5A5A5. Windows color (decimal): -5979380 or 836516. OLE color: 836516.
HSL color Cylindrical-coordinate representation of color #A4C30C: hue angle of 70.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C30C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.24 |
| HSL | 70.16º | 0.88% | 0.41% | - |
| HSV(B) | 70.16º | 0.94% | 0.76% | - |
| XYZ | 34.89 | 46.95 | 7.57 | - |
| YUV | 164.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 12 | 0.16 | 0 | 0.94 | 0.24 | 70.16 | 0.88 | 0.41 |
| Hex | A4 | C3 | C | 10 | 0 | 5E | 18 | 46 | 58 | 29 |
| Octal | 244 | 303 | 14 | 20 | 0 | 136 | 30 | 106 | 130 | 51 |
| Binary | 10100100 | 11000011 | 1100 | 10000 | 0 | 1011110 | 11000 | 1000110 | 1011000 | 101001 |
Color Harmonies of #A4C30C
Complementary color
Monochromatic Colors of #A4C30C
Black with #A4C30C
Text Example
Text Example
White with #A4C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C30C; }
p { color: rgb(164,195,12); }
H1.HeaderClassName
{
color: #A4C30C;
}
.AnyTagClassName
{
color: #A4C30C;
}
</style>
background-color css
<style>
a { background-color: #A4C30C; }
a { background-color: rgb(164,195,12); }
div.DivClassName
{
background-color: #A4C30C;
}
.BgClassName
{
background-color: #A4C30C;
}
</style>
border-color css
<style>
span { border-color: #A4C30C; }
span { border-color: rgb(164,195,12); }
td.TdClassName
{
border-color: #A4C30C;
}
.TagClassName
{
border-color: #A4C30C;
}
</style>