#AAEF3D

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

Shades of Green Yellow #AAEF3D

Tints of Green Yellow #AAEF3D

Color information

#AAEF3D (or 0xAAEF3D) is unknown color: approx Green Yellow. HEX triplet: AA, EF and 3D. RGB value is (170,239,61). Sum of RGB (Red+Green+Blue) = 170+239+61=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF3D is #5510C2. Grayscale: #C6C6C6. Windows color (decimal): -5574851 or 4059050. OLE color: 4059050.

HSL color Cylindrical-coordinate representation of color #AAEF3D: hue angle of 83.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAEF3D is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB17023961-
CMYK0.2900.740.06
HSL83.26º84.76%58.82%-
HSV(B)83.26º74.48%93.73%-
XYZ48.2970.6215.5-
YUV198.0850.64107.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 239 (93.75% from 255) = 50.85%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=36.17%
G=50.85%
B=12.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170239610.2900.740.0683.2684.7658.82
HexAAEF3D1D04A653553b
Octal25235775350112612312573
Binary1010101011101111111101111010100101011010100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEF3D; }

 p { color: rgb(170,239,61); }

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

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

 a { background-color: rgb(170,239,61); }

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

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

 span { border-color: rgb(170,239,61); }

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