Html Css Color HEX #AADD2E Yellow Green

📋 copy color: '#AADD2E'

red 170 ◦ green 221 ◦ blue 46

#AADD2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #AADD2E

Tints of Yellow Green #AADD2E

RGB

 RED value IS 170 (66.8% from 255) = 38.9%

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 38.9%
G = 50.57%
B = 10.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#AADD2E (or 0xAADD2E) is known color: Yellow Green. HEX triplet: AA, DD and 2E. RGB value is (170,221,46). Sum of RGB (Red+Green+Blue) = 170+221+46=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD2E is #5522D1. Grayscale: #BABABA. Windows color (decimal): -5579474 or 3071402. OLE color: 3071402.

HSL color Cylindrical-coordinate representation of color #AADD2E: hue angle of 77.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADD2E is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 46 -
CMYK 0.23 0 0.79 0.13
HSL 77.49º 0.72% 0.52% -
HSV(B) 77.49º 0.79% 0.87% -
XYZ 42.93 60.46 11.99 -
YUV 185.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 170 221 46 0.23 0 0.79 0.13 77.49 0.72 0.52
Hex AA DD 2E 17 0 4F D 4D 48 34
Octal 252 335 56 27 0 117 15 115 110 64
Binary 10101010 11011101 101110 10111 0 1001111 1101 1001101 1001000 110100

Color Harmonies of #AADD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD2E

Black with #AADD2E

Text Example


Text Example

White with #AADD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD2E; }

 p { color: rgb(170,221,46); }

 H1.HeaderClassName
 {
   color: #AADD2E;
 }
 .AnyTagClassName
 {
   color: #AADD2E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,221,46); }

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

border-color css

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

 span { border-color: rgb(170,221,46); }

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