#AEED3B

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

Shades of Green Yellow #AEED3B

Tints of Green Yellow #AEED3B

Color information

#AEED3B (or 0xAEED3B) is unknown color: approx Green Yellow. HEX triplet: AE, ED and 3B. RGB value is (174,237,59). Sum of RGB (Red+Green+Blue) = 174+237+59=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED3B is #5112C4. Grayscale: #C6C6C6. Windows color (decimal): -5313221 or 3927470. OLE color: 3927470.

HSL color Cylindrical-coordinate representation of color #AEED3B: hue angle of 81.24º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEED3B is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB17423759-
CMYK0.2700.750.07
HSL81.24º83.18%58.04%-
HSV(B)81.24º75.11%92.94%-
XYZ48.5369.8815.07-
YUV197.8749.63110.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 59 (23.44% from 255) = 12.55%
R=37.02%
G=50.43%
B=12.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237590.2700.750.0781.2483.1858.04
HexAEED3B1B04B751533a
Octal25635573330113712112372
Binary1010111011101101111011110110100101111110100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED3B; }

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

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

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

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

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

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

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

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