Shades of Citrus #A4C70A
Tints of Citrus #A4C70A
RGB
CMYK
RGB Variations
Color information
#A4C70A (or 0xA4C70A) is known color: Citrus. HEX triplet: A4, C7 and 0A. RGB value is (164,199,10). Sum of RGB (Red+Green+Blue) = 164+199+10=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C70A is #5B38F5. Grayscale: #A7A7A7. Windows color (decimal): -5978358 or 706468. OLE color: 706468.
HSL color Cylindrical-coordinate representation of color #A4C70A: hue angle of 71.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4C70A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.22 |
| HSL | 71.11º | 0.9% | 0.41% | - |
| HSV(B) | 71.11º | 0.95% | 0.78% | - |
| XYZ | 35.79 | 48.76 | 7.81 | - |
| YUV | 166.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 10 | 0.18 | 0 | 0.95 | 0.22 | 71.11 | 0.9 | 0.41 |
| Hex | A4 | C7 | A | 12 | 0 | 5F | 16 | 47 | 5A | 29 |
| Octal | 244 | 307 | 12 | 22 | 0 | 137 | 26 | 107 | 132 | 51 |
| Binary | 10100100 | 11000111 | 1010 | 10010 | 0 | 1011111 | 10110 | 1000111 | 1011010 | 101001 |
Color Harmonies of #A4C70A
Complementary color
Monochromatic Colors of #A4C70A
Black with #A4C70A
Text Example
Text Example
White with #A4C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C70A; }
p { color: rgb(164,199,10); }
H1.HeaderClassName
{
color: #A4C70A;
}
.AnyTagClassName
{
color: #A4C70A;
}
</style>
background-color css
<style>
a { background-color: #A4C70A; }
a { background-color: rgb(164,199,10); }
div.DivClassName
{
background-color: #A4C70A;
}
.BgClassName
{
background-color: #A4C70A;
}
</style>
border-color css
<style>
span { border-color: #A4C70A; }
span { border-color: rgb(164,199,10); }
td.TdClassName
{
border-color: #A4C70A;
}
.TagClassName
{
border-color: #A4C70A;
}
</style>