Html Css Color HEX #AADB8F Feijoa

📋 copy color: '#AADB8F'

red 170 ◦ green 219 ◦ blue 143

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

Shades of Feijoa #AADB8F

Tints of Feijoa #AADB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 31.95%
G = 41.17%
B = 26.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#AADB8F (or 0xAADB8F) is known color: Feijoa. HEX triplet: AA, DB and 8F. RGB value is (170,219,143). Sum of RGB (Red+Green+Blue) = 170+219+143=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB8F is #552470. Grayscale: #C3C3C3. Windows color (decimal): -5579889 or 9427882. OLE color: 9427882.

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

Color convert

RGB 170 219 143 -
CMYK 0.22 0 0.35 0.14
HSL 98.68º 0.51% 0.71% -
HSV(B) 98.68º 0.35% 0.86% -
XYZ 46.87 61.19 35.33 -
YUV 195.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 170 219 143 0.22 0 0.35 0.14 98.68 0.51 0.71
Hex AA DB 8F 16 0 23 E 63 33 47
Octal 252 333 217 26 0 43 16 143 63 107
Binary 10101010 11011011 10001111 10110 0 100011 1110 1100011 110011 1000111

Color Harmonies of #AADB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB8F

Black with #AADB8F

Text Example


Text Example

White with #AADB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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