Html Css Color HEX #AADE94 Feijoa

📋 copy color: '#AADE94'

red 170 ◦ green 222 ◦ blue 148

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

Shades of Feijoa #AADE94

Tints of Feijoa #AADE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 31.48%
G = 41.11%
B = 27.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AADE94 (or 0xAADE94) is known color: Feijoa. HEX triplet: AA, DE and 94. RGB value is (170,222,148). Sum of RGB (Red+Green+Blue) = 170+222+148=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE94 is #55216B. Grayscale: #C6C6C6. Windows color (decimal): -5579116 or 9756330. OLE color: 9756330.

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

Color convert

RGB 170 222 148 -
CMYK 0.23 0 0.33 0.13
HSL 102.16º 0.53% 0.73% -
HSV(B) 102.16º 0.33% 0.87% -
XYZ 48.04 62.93 37.63 -
YUV 198.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 170 222 148 0.23 0 0.33 0.13 102.16 0.53 0.73
Hex AA DE 94 17 0 21 D 66 35 49
Octal 252 336 224 27 0 41 15 146 65 111
Binary 10101010 11011110 10010100 10111 0 100001 1101 1100110 110101 1001001

Color Harmonies of #AADE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE94

Black with #AADE94

Text Example


Text Example

White with #AADE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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