Html Css Color HEX #AADB89 Feijoa

📋 copy color: '#AADB89'

red 170 ◦ green 219 ◦ blue 137

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

Shades of Feijoa #AADB89

Tints of Feijoa #AADB89

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 32.32%
G = 41.63%
B = 26.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#AADB89 (or 0xAADB89) is known color: Feijoa. HEX triplet: AA, DB and 89. RGB value is (170,219,137). Sum of RGB (Red+Green+Blue) = 170+219+137=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB89 is #552476. Grayscale: #C3C3C3. Windows color (decimal): -5579895 or 9034666. OLE color: 9034666.

HSL color Cylindrical-coordinate representation of color #AADB89: hue angle of 95.85º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AADB89 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 137 -
CMYK 0.22 0 0.37 0.14
HSL 95.85º 0.53% 0.7% -
HSV(B) 95.85º 0.37% 0.86% -
XYZ 46.42 61.02 33 -
YUV 195 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 170 219 137 0.22 0 0.37 0.14 95.85 0.53 0.7
Hex AA DB 89 16 0 25 E 60 35 46
Octal 252 333 211 26 0 45 16 140 65 106
Binary 10101010 11011011 10001001 10110 0 100101 1110 1100000 110101 1000110

Color Harmonies of #AADB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB89

Black with #AADB89

Text Example


Text Example

White with #AADB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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