Shades of Yellow Green #A4C035
Tints of Yellow Green #A4C035
RGB
CMYK
RGB Variations
Color information
#A4C035 (or 0xA4C035) is known color: Yellow Green. HEX triplet: A4, C0 and 35. RGB value is (164,192,53). Sum of RGB (Red+Green+Blue) = 164+192+53=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C035 is #5B3FCA. Grayscale: #A8A8A8. Windows color (decimal): -5980107 or 3522724. OLE color: 3522724.
HSL color Cylindrical-coordinate representation of color #A4C035: hue angle of 72.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4C035 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 53 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.25 |
| HSL | 72.09º | 0.57% | 0.48% | - |
| HSV(B) | 72.09º | 0.72% | 0.75% | - |
| XYZ | 34.8 | 45.85 | 10.38 | - |
| YUV | 167.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 53 | 0.15 | 0 | 0.72 | 0.25 | 72.09 | 0.57 | 0.48 |
| Hex | A4 | C0 | 35 | F | 0 | 48 | 19 | 48 | 39 | 30 |
| Octal | 244 | 300 | 65 | 17 | 0 | 110 | 31 | 110 | 71 | 60 |
| Binary | 10100100 | 11000000 | 110101 | 1111 | 0 | 1001000 | 11001 | 1001000 | 111001 | 110000 |
Color Harmonies of #A4C035
Complementary color
Monochromatic Colors of #A4C035
Black with #A4C035
Text Example
Text Example
White with #A4C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C035; }
p { color: rgb(164,192,53); }
H1.HeaderClassName
{
color: #A4C035;
}
.AnyTagClassName
{
color: #A4C035;
}
</style>
background-color css
<style>
a { background-color: #A4C035; }
a { background-color: rgb(164,192,53); }
div.DivClassName
{
background-color: #A4C035;
}
.BgClassName
{
background-color: #A4C035;
}
</style>
border-color css
<style>
span { border-color: #A4C035; }
span { border-color: rgb(164,192,53); }
td.TdClassName
{
border-color: #A4C035;
}
.TagClassName
{
border-color: #A4C035;
}
</style>