#AEED34

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

Shades of Green Yellow #AEED34

Tints of Green Yellow #AEED34

Color information

#AEED34 (or 0xAEED34) is unknown color: approx Green Yellow. HEX triplet: AE, ED and 34. RGB value is (174,237,52). Sum of RGB (Red+Green+Blue) = 174+237+52=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED34 is #5112CB. Grayscale: #C5C5C5. Windows color (decimal): -5313228 or 3468718. OLE color: 3468718.

HSL color Cylindrical-coordinate representation of color #AEED34: hue angle of 80.43º 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 #AEED34 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB17423752-
CMYK0.2700.780.07
HSL80.43º83.71%56.67%-
HSV(B)80.43º78.06%92.94%-
XYZ48.3669.8114.18-
YUV197.0746.13111.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=37.58%
G=51.19%
B=11.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237520.2700.780.0780.4383.7156.67
HexAEED341B04E7505439
Octal25635564330116712012471
Binary1010111011101101110100110110100111011110100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED34; }

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

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

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

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

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

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

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

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