Html Css Color HEX #AADE2C Yellow Green

📋 copy color: '#AADE2C'

red 170 ◦ green 222 ◦ blue 44

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

Shades of Yellow Green #AADE2C

Tints of Yellow Green #AADE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 38.99%
G = 50.92%
B = 10.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#AADE2C (or 0xAADE2C) is known color: Yellow Green. HEX triplet: AA, DE and 2C. RGB value is (170,222,44). Sum of RGB (Red+Green+Blue) = 170+222+44=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE2C is #5521D3. Grayscale: #BABABA. Windows color (decimal): -5579220 or 2940586. OLE color: 2940586.

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

Color convert

RGB 170 222 44 -
CMYK 0.23 0 0.80 0.13
HSL 77.53º 0.73% 0.52% -
HSV(B) 77.53º 0.8% 0.87% -
XYZ 43.15 60.97 11.88 -
YUV 186.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 170 222 44 0.23 0 0.80 0.13 77.53 0.73 0.52
Hex AA DE 2C 17 0 50 D 4E 49 34
Octal 252 336 54 27 0 120 15 116 111 64
Binary 10101010 11011110 101100 10111 0 1010000 1101 1001110 1001001 110100

Color Harmonies of #AADE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE2C

Black with #AADE2C

Text Example


Text Example

White with #AADE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE2C; }

 p { color: rgb(170,222,44); }

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

background-color css

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

 a { background-color: rgb(170,222,44); }

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

border-color css

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

 span { border-color: rgb(170,222,44); }

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