#AAED35

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

Shades of Green Yellow #AAED35

Tints of Green Yellow #AAED35

Color information

#AAED35 (or 0xAAED35) is unknown color: approx Green Yellow. HEX triplet: AA, ED and 35. RGB value is (170,237,53). Sum of RGB (Red+Green+Blue) = 170+237+53=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED35 is #5512CA. Grayscale: #C4C4C4. Windows color (decimal): -5575371 or 3534250. OLE color: 3534250.

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

Color convert

RGB17023753-
CMYK0.2800.780.07
HSL81.85º83.64%56.86%-
HSV(B)81.85º77.64%92.94%-
XYZ47.569.3714.25-
YUV195.9947.3109.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 237 (92.97% from 255) = 51.52%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=36.96%
G=51.52%
B=11.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237530.2800.780.0781.8583.6456.86
HexAAED351C04E7525439
Octal25235565340116712212471
Binary1010101011101101110101111000100111011110100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED35; }

 p { color: rgb(170,237,53); }

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

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

 a { background-color: rgb(170,237,53); }

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

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

 span { border-color: rgb(170,237,53); }

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