Html Css Color HEX #AADE8A Feijoa

📋 copy color: '#AADE8A'

red 170 ◦ green 222 ◦ blue 138

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

Shades of Feijoa #AADE8A

Tints of Feijoa #AADE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 32.08%
G = 41.89%
B = 26.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#AADE8A (or 0xAADE8A) is known color: Feijoa. HEX triplet: AA, DE and 8A. RGB value is (170,222,138). Sum of RGB (Red+Green+Blue) = 170+222+138=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE8A is #552175. Grayscale: #C5C5C5. Windows color (decimal): -5579126 or 9100970. OLE color: 9100970.

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

Color convert

RGB 170 222 138 -
CMYK 0.23 0 0.38 0.13
HSL 97.14º 0.56% 0.71% -
HSV(B) 97.14º 0.38% 0.87% -
XYZ 47.29 62.62 33.64 -
YUV 196.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 170 222 138 0.23 0 0.38 0.13 97.14 0.56 0.71
Hex AA DE 8A 17 0 26 D 61 38 47
Octal 252 336 212 27 0 46 15 141 70 107
Binary 10101010 11011110 10001010 10111 0 100110 1101 1100001 111000 1000111

Color Harmonies of #AADE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE8A

Black with #AADE8A

Text Example


Text Example

White with #AADE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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