Html Css Color HEX #AADD89 Feijoa

📋 copy color: '#AADD89'

red 170 ◦ green 221 ◦ blue 137

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

Shades of Feijoa #AADD89

Tints of Feijoa #AADD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 137 (53.91% from 255) = 25.95%

R = 32.2%
G = 41.86%
B = 25.95%

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

#AADD89 (or 0xAADD89) is known color: Feijoa. HEX triplet: AA, DD and 89. RGB value is (170,221,137). Sum of RGB (Red+Green+Blue) = 170+221+137=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD89 is #552276. Grayscale: #C4C4C4. Windows color (decimal): -5579383 or 9035178. OLE color: 9035178.

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

Color convert

RGB 170 221 137 -
CMYK 0.23 0 0.38 0.13
HSL 96.43º 0.55% 0.7% -
HSV(B) 96.43º 0.38% 0.87% -
XYZ 46.95 62.07 33.17 -
YUV 196.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 170 221 137 0.23 0 0.38 0.13 96.43 0.55 0.7
Hex AA DD 89 17 0 26 D 60 37 46
Octal 252 335 211 27 0 46 15 140 67 106
Binary 10101010 11011101 10001001 10111 0 100110 1101 1100000 110111 1000110

Color Harmonies of #AADD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD89

Black with #AADD89

Text Example


Text Example

White with #AADD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD89; }

 p { color: rgb(170,221,137); }

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

background-color css

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

 a { background-color: rgb(170,221,137); }

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

border-color css

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

 span { border-color: rgb(170,221,137); }

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