Html Css Color HEX #AADB86 Feijoa

📋 copy color: '#AADB86'

red 170 ◦ green 219 ◦ blue 134

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

Shades of Feijoa #AADB86

Tints of Feijoa #AADB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 32.5%
G = 41.87%
B = 25.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#AADB86 (or 0xAADB86) is known color: Feijoa. HEX triplet: AA, DB and 86. RGB value is (170,219,134). Sum of RGB (Red+Green+Blue) = 170+219+134=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB86 is #552479. Grayscale: #C2C2C2. Windows color (decimal): -5579898 or 8838058. OLE color: 8838058.

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

Color convert

RGB 170 219 134 -
CMYK 0.22 0 0.39 0.14
HSL 94.59º 0.54% 0.69% -
HSV(B) 94.59º 0.39% 0.86% -
XYZ 46.21 60.93 31.88 -
YUV 194.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 170 219 134 0.22 0 0.39 0.14 94.59 0.54 0.69
Hex AA DB 86 16 0 27 E 5F 36 45
Octal 252 333 206 26 0 47 16 137 66 105
Binary 10101010 11011011 10000110 10110 0 100111 1110 1011111 110110 1000101

Color Harmonies of #AADB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB86

Black with #AADB86

Text Example


Text Example

White with #AADB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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