#AAEC2F

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

Shades of Green Yellow #AAEC2F

Tints of Green Yellow #AAEC2F

Color information

#AAEC2F (or 0xAAEC2F) is unknown color: approx Green Yellow. HEX triplet: AA, EC and 2F. RGB value is (170,236,47). Sum of RGB (Red+Green+Blue) = 170+236+47=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2F is #5513D0. Grayscale: #C3C3C3. Windows color (decimal): -5575633 or 3140778. OLE color: 3140778.

HSL color Cylindrical-coordinate representation of color #AAEC2F: hue angle of 80.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAEC2F is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB17023647-
CMYK0.2800.800.07
HSL80.95º83.26%55.49%-
HSV(B)80.95º80.08%92.55%-
XYZ47.0968.7413.48-
YUV194.7244.63110.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 236 (92.58% from 255) = 52.10%
BLUE value IS 47 (18.75% from 255) = 10.38%
R=37.53%
G=52.10%
B=10.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170236470.2800.800.0780.9583.2655.49
HexAAEC2F1C0507515337
Octal25235457340120712112367
Binary1010101011101100101111111000101000011110100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC2F; }

 p { color: rgb(170,236,47); }

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

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

 a { background-color: rgb(170,236,47); }

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

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

 span { border-color: rgb(170,236,47); }

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