#AAEC2B

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

Shades of Green Yellow #AAEC2B

Tints of Green Yellow #AAEC2B

Color information

#AAEC2B (or 0xAAEC2B) is unknown color: approx Green Yellow. HEX triplet: AA, EC and 2B. RGB value is (170,236,43). Sum of RGB (Red+Green+Blue) = 170+236+43=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC2B is #5513D4. Grayscale: #C2C2C2. Windows color (decimal): -5575637 or 2878634. OLE color: 2878634.

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

Color convert

RGB17023643-
CMYK0.2800.820.07
HSL80.52º83.55%54.71%-
HSV(B)80.52º81.78%92.55%-
XYZ47.0168.7113.07-
YUV194.2642.63110.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 236 (92.58% from 255) = 52.56%
BLUE value IS 43 (17.19% from 255) = 9.58%
R=37.86%
G=52.56%
B=9.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170236430.2800.820.0780.5283.5554.71
HexAAEC2B1C0527515437
Octal25235453340122712112467
Binary1010101011101100101011111000101001011110100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC2B; }

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

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

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

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

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

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

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

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