Html Css Color HEX #AADE8D Feijoa

📋 copy color: '#AADE8D'

red 170 ◦ green 222 ◦ blue 141

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

Shades of Feijoa #AADE8D

Tints of Feijoa #AADE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 31.89%
G = 41.65%
B = 26.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#AADE8D (or 0xAADE8D) is known color: Feijoa. HEX triplet: AA, DE and 8D. RGB value is (170,222,141). Sum of RGB (Red+Green+Blue) = 170+222+141=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE8D is #552172. Grayscale: #C5C5C5. Windows color (decimal): -5579123 or 9297578. OLE color: 9297578.

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

Color convert

RGB 170 222 141 -
CMYK 0.23 0 0.36 0.13
HSL 98.52º 0.55% 0.71% -
HSV(B) 98.52º 0.36% 0.87% -
XYZ 47.51 62.71 34.8 -
YUV 197.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 170 222 141 0.23 0 0.36 0.13 98.52 0.55 0.71
Hex AA DE 8D 17 0 24 D 63 37 47
Octal 252 336 215 27 0 44 15 143 67 107
Binary 10101010 11011110 10001101 10111 0 100100 1101 1100011 110111 1000111

Color Harmonies of #AADE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE8D

Black with #AADE8D

Text Example


Text Example

White with #AADE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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