Shades of Green Yellow #A4FE34
Tints of Green Yellow #A4FE34
RGB
CMYK
RGB Variations
Color information
#A4FE34 (or 0xA4FE34) is known color: Green Yellow. HEX triplet: A4, FE and 34. RGB value is (164,254,52). Sum of RGB (Red+Green+Blue) = 164+254+52=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FE34 is #5B01CB. Grayscale: #CCCCCC. Windows color (decimal): -5964236 or 3473060. OLE color: 3473060.
HSL color Cylindrical-coordinate representation of color #A4FE34: hue angle of 86.73º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4FE34 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 52 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.00 |
| HSL | 86.73º | 0.99% | 0.6% | - |
| HSV(B) | 86.73º | 0.8% | 1% | - |
| XYZ | 51.37 | 79.02 | 15.79 | - |
| YUV | 204.06 | 42.18 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 52 | 0.35 | 0 | 0.80 | 0.00 | 86.73 | 0.99 | 0.6 |
| Hex | A4 | FE | 34 | 23 | 0 | 50 | 0 | 57 | 63 | 3C |
| Octal | 244 | 376 | 64 | 43 | 0 | 120 | 0 | 127 | 143 | 74 |
| Binary | 10100100 | 11111110 | 110100 | 100011 | 0 | 1010000 | 0 | 1010111 | 1100011 | 111100 |
Color Harmonies of #A4FE34
Complementary color
Monochromatic Colors of #A4FE34
Black with #A4FE34
Text Example
Text Example
White with #A4FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FE34; }
p { color: rgb(164,254,52); }
H1.HeaderClassName
{
color: #A4FE34;
}
.AnyTagClassName
{
color: #A4FE34;
}
</style>
background-color css
<style>
a { background-color: #A4FE34; }
a { background-color: rgb(164,254,52); }
div.DivClassName
{
background-color: #A4FE34;
}
.BgClassName
{
background-color: #A4FE34;
}
</style>
border-color css
<style>
span { border-color: #A4FE34; }
span { border-color: rgb(164,254,52); }
td.TdClassName
{
border-color: #A4FE34;
}
.TagClassName
{
border-color: #A4FE34;
}
</style>