#AEFF4A

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

Shades of Green Yellow #AEFF4A

Tints of Green Yellow #AEFF4A

Color information

#AEFF4A (or 0xAEFF4A) is unknown color: approx Green Yellow. HEX triplet: AE, FF and 4A. RGB value is (174,255,74). Sum of RGB (Red+Green+Blue) = 174+255+74=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF4A is #5100B5. Grayscale: #D2D2D2. Windows color (decimal): -5308598 or 4915118. OLE color: 4915118.

HSL color Cylindrical-coordinate representation of color #AEFF4A: hue angle of 86.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEFF4A is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB17425574-
CMYK0.3200.710
HSL86.85º100%64.51%-
HSV(B)86.85º70.98%100%-
XYZ54.4581.0119.25-
YUV210.1551.16102.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 74 (29.30% from 255) = 14.71%
R=34.59%
G=50.70%
B=14.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174255740.3200.71086.8510064.51
HexAEFF4A200470576441
Octal2563771124001070127144101
Binary10101110111111111001010100000010001110101011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF4A; }

 p { color: rgb(174,255,74); }

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

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

 a { background-color: rgb(174,255,74); }

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

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

 span { border-color: rgb(174,255,74); }

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