Shades of Yellow Green #A4CF34
Tints of Yellow Green #A4CF34
RGB
CMYK
RGB Variations
Color information
#A4CF34 (or 0xA4CF34) is known color: Yellow Green. HEX triplet: A4, CF and 34. RGB value is (164,207,52). Sum of RGB (Red+Green+Blue) = 164+207+52=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF34 is #5B30CB. Grayscale: #B1B1B1. Windows color (decimal): -5976268 or 3461028. OLE color: 3461028.
HSL color Cylindrical-coordinate representation of color #A4CF34: hue angle of 76.65º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4CF34 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 52 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.19 |
| HSL | 76.65º | 0.62% | 0.51% | - |
| HSV(B) | 76.65º | 0.75% | 0.81% | - |
| XYZ | 38.24 | 52.77 | 11.42 | - |
| YUV | 176.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 52 | 0.21 | 0 | 0.75 | 0.19 | 76.65 | 0.62 | 0.51 |
| Hex | A4 | CF | 34 | 15 | 0 | 4B | 13 | 4D | 3E | 33 |
| Octal | 244 | 317 | 64 | 25 | 0 | 113 | 23 | 115 | 76 | 63 |
| Binary | 10100100 | 11001111 | 110100 | 10101 | 0 | 1001011 | 10011 | 1001101 | 111110 | 110011 |
Color Harmonies of #A4CF34
Complementary color
Monochromatic Colors of #A4CF34
Black with #A4CF34
Text Example
Text Example
White with #A4CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF34; }
p { color: rgb(164,207,52); }
H1.HeaderClassName
{
color: #A4CF34;
}
.AnyTagClassName
{
color: #A4CF34;
}
</style>
background-color css
<style>
a { background-color: #A4CF34; }
a { background-color: rgb(164,207,52); }
div.DivClassName
{
background-color: #A4CF34;
}
.BgClassName
{
background-color: #A4CF34;
}
</style>
border-color css
<style>
span { border-color: #A4CF34; }
span { border-color: rgb(164,207,52); }
td.TdClassName
{
border-color: #A4CF34;
}
.TagClassName
{
border-color: #A4CF34;
}
</style>