Shades of Yellow Green #A4CB34
Tints of Yellow Green #A4CB34
RGB
CMYK
RGB Variations
Color information
#A4CB34 (or 0xA4CB34) is known color: Yellow Green. HEX triplet: A4, CB and 34. RGB value is (164,203,52). Sum of RGB (Red+Green+Blue) = 164+203+52=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB34 is #5B34CB. Grayscale: #AEAEAE. Windows color (decimal): -5977292 or 3460004. OLE color: 3460004.
HSL color Cylindrical-coordinate representation of color #A4CB34: hue angle of 75.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4CB34 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 52 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.20 |
| HSL | 75.5º | 0.59% | 0.5% | - |
| HSV(B) | 75.5º | 0.74% | 0.8% | - |
| XYZ | 37.29 | 50.85 | 11.1 | - |
| YUV | 174.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 52 | 0.19 | 0 | 0.74 | 0.20 | 75.5 | 0.59 | 0.5 |
| Hex | A4 | CB | 34 | 13 | 0 | 4A | 14 | 4B | 3B | 32 |
| Octal | 244 | 313 | 64 | 23 | 0 | 112 | 24 | 113 | 73 | 62 |
| Binary | 10100100 | 11001011 | 110100 | 10011 | 0 | 1001010 | 10100 | 1001011 | 111011 | 110010 |
Color Harmonies of #A4CB34
Complementary color
Monochromatic Colors of #A4CB34
Black with #A4CB34
Text Example
Text Example
White with #A4CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB34; }
p { color: rgb(164,203,52); }
H1.HeaderClassName
{
color: #A4CB34;
}
.AnyTagClassName
{
color: #A4CB34;
}
</style>
background-color css
<style>
a { background-color: #A4CB34; }
a { background-color: rgb(164,203,52); }
div.DivClassName
{
background-color: #A4CB34;
}
.BgClassName
{
background-color: #A4CB34;
}
</style>
border-color css
<style>
span { border-color: #A4CB34; }
span { border-color: rgb(164,203,52); }
td.TdClassName
{
border-color: #A4CB34;
}
.TagClassName
{
border-color: #A4CB34;
}
</style>