Html Css Color HEX #AADE8E Feijoa

📋 copy color: '#AADE8E'

red 170 ◦ green 222 ◦ blue 142

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

Shades of Feijoa #AADE8E

Tints of Feijoa #AADE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.59%

R = 31.84%
G = 41.57%
B = 26.59%

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

#AADE8E (or 0xAADE8E) is known color: Feijoa. HEX triplet: AA, DE and 8E. RGB value is (170,222,142). Sum of RGB (Red+Green+Blue) = 170+222+142=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE8E is #552171. Grayscale: #C5C5C5. Windows color (decimal): -5579122 or 9363114. OLE color: 9363114.

HSL color Cylindrical-coordinate representation of color #AADE8E: hue angle of 99º 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 #AADE8E is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 142 -
CMYK 0.23 0 0.36 0.13
HSL 99º 0.55% 0.71% -
HSV(B) 99º 0.36% 0.87% -
XYZ 47.58 62.74 35.19 -
YUV 197.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 170 222 142 0.23 0 0.36 0.13 99 0.55 0.71
Hex AA DE 8E 17 0 24 D 63 37 47
Octal 252 336 216 27 0 44 15 143 67 107
Binary 10101010 11011110 10001110 10111 0 100100 1101 1100011 110111 1000111

Color Harmonies of #AADE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE8E

Black with #AADE8E

Text Example


Text Example

White with #AADE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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