Html Css Color HEX #AADD2F Yellow Green

📋 copy color: '#AADD2F'

red 170 ◦ green 221 ◦ blue 47

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

Shades of Yellow Green #AADD2F

Tints of Yellow Green #AADD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.73%

R = 38.81%
G = 50.46%
B = 10.73%

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

#AADD2F (or 0xAADD2F) is known color: Yellow Green. HEX triplet: AA, DD and 2F. RGB value is (170,221,47). Sum of RGB (Red+Green+Blue) = 170+221+47=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD2F is #5522D0. Grayscale: #BABABA. Windows color (decimal): -5579473 or 3136938. OLE color: 3136938.

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

Color convert

RGB 170 221 47 -
CMYK 0.23 0 0.79 0.13
HSL 77.59º 0.72% 0.53% -
HSV(B) 77.59º 0.79% 0.87% -
XYZ 42.95 60.46 12.1 -
YUV 185.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 170 221 47 0.23 0 0.79 0.13 77.59 0.72 0.53
Hex AA DD 2F 17 0 4F D 4E 48 35
Octal 252 335 57 27 0 117 15 116 110 65
Binary 10101010 11011101 101111 10111 0 1001111 1101 1001110 1001000 110101

Color Harmonies of #AADD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD2F

Black with #AADD2F

Text Example


Text Example

White with #AADD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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