#aef42e

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

Shades of Green Yellow #AEF42E

Tints of Green Yellow #AEF42E

Color information

#AEF42E (or 0xAEF42E) is unknown color: approx Green Yellow. HEX triplet: AE, F4 and 2E. RGB value is (174,244,46). Sum of RGB (Red+Green+Blue) = 174+244+46=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF42E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF42E is #510BD1. Grayscale: #C9C9C9. Windows color (decimal): -5311442 or 3077294. OLE color: 3077294.

HSL color Cylindrical-coordinate representation of color #AEF42E: hue angle of 81.21º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEF42E is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB17424446-
CMYK0.2900.810.04
HSL81.21º90%56.86%-
HSV(B)81.21º81.15%95.69%-
XYZ50.373.914.2-
YUV200.540.81109.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 244 (95.70% from 255) = 52.59%
BLUE value IS 46 (18.36% from 255) = 9.91%
R=37.5%
G=52.59%
B=9.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174244460.2900.810.0481.219056.86
HexAEF42E1D0514515a39
Octal25636456350121412113271
Binary1010111011110100101110111010101000110010100011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aef42e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aef42e; }

 p { color: rgb(174,244,46); }

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

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

 a { background-color: rgb(174,244,46); }

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

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

 span { border-color: rgb(174,244,46); }

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