Html Css Color HEX #AADE90 Feijoa

📋 copy color: '#AADE90'

red 170 ◦ green 222 ◦ blue 144

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

Shades of Feijoa #AADE90

Tints of Feijoa #AADE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 31.72%
G = 41.42%
B = 26.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AADE90 (or 0xAADE90) is known color: Feijoa. HEX triplet: AA, DE and 90. RGB value is (170,222,144). Sum of RGB (Red+Green+Blue) = 170+222+144=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE90 is #55216F. Grayscale: #C5C5C5. Windows color (decimal): -5579120 or 9494186. OLE color: 9494186.

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

Color convert

RGB 170 222 144 -
CMYK 0.23 0 0.35 0.13
HSL 100º 0.54% 0.72% -
HSV(B) 100º 0.35% 0.87% -
XYZ 47.73 62.8 35.99 -
YUV 197.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 170 222 144 0.23 0 0.35 0.13 100 0.54 0.72
Hex AA DE 90 17 0 23 D 64 36 48
Octal 252 336 220 27 0 43 15 144 66 110
Binary 10101010 11011110 10010000 10111 0 100011 1101 1100100 110110 1001000

Color Harmonies of #AADE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE90

Black with #AADE90

Text Example


Text Example

White with #AADE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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