#A4ED34

Color #A4ED34 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A4ED34

Tints of Green Yellow #A4ED34

Color information

#A4ED34 (or 0xA4ED34) is unknown color: approx Green Yellow. HEX triplet: A4, ED and 34. RGB value is (164,237,52). Sum of RGB (Red+Green+Blue) = 164+237+52=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED34 is #5B12CB. Grayscale: #C2C2C2. Windows color (decimal): -5968588 or 3468708. OLE color: 3468708.

HSL color Cylindrical-coordinate representation of color #A4ED34: hue angle of 83.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4ED34 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB16423752-
CMYK0.3100.780.07
HSL83.68º83.71%56.67%-
HSV(B)83.68º78.06%92.94%-
XYZ46.2168.7114.08-
YUV194.0847.82106.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 237 (92.97% from 255) = 52.32%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=36.20%
G=52.32%
B=11.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164237520.3100.780.0783.6883.7156.67
HexA4ED341F04E7545439
Octal24435564370116712412471
Binary1010010011101101110100111110100111011110101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED34; }

 p { color: rgb(164,237,52); }

 H1.HeaderClassName
 {
   color: #A4ED34;
 }
 .AnyTagClassName
 {
   color: #A4ED34;
 }
</style>
background-color css

<style>
 a { background-color: #A4ED34; }

 a { background-color: rgb(164,237,52); }

 div.DivClassName
 {
   background-color: #A4ED34;
 }
 .BgClassName
 {
   background-color: #A4ED34;
 }
</style>
border-color css

<style>
 span { border-color: #A4ED34; }

 span { border-color: rgb(164,237,52); }

 td.TdClassName
 {
   border-color: #A4ED34;
 }
 .TagClassName
 {
   border-color: #A4ED34;
 }
</style>