Html Css Color HEX #AADA8B Feijoa

📋 copy color: '#AADA8B'

red 170 ◦ green 218 ◦ blue 139

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

Shades of Feijoa #AADA8B

Tints of Feijoa #AADA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 32.26%
G = 41.37%
B = 26.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#AADA8B (or 0xAADA8B) is known color: Feijoa. HEX triplet: AA, DA and 8B. RGB value is (170,218,139). Sum of RGB (Red+Green+Blue) = 170+218+139=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA8B is #552574. Grayscale: #C2C2C2. Windows color (decimal): -5580149 or 9165482. OLE color: 9165482.

HSL color Cylindrical-coordinate representation of color #AADA8B: hue angle of 96.46º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AADA8B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 139 -
CMYK 0.22 0 0.36 0.15
HSL 96.46º 0.52% 0.7% -
HSV(B) 96.46º 0.36% 0.85% -
XYZ 46.31 60.55 33.67 -
YUV 194.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 170 218 139 0.22 0 0.36 0.15 96.46 0.52 0.7
Hex AA DA 8B 16 0 24 F 60 34 46
Octal 252 332 213 26 0 44 17 140 64 106
Binary 10101010 11011010 10001011 10110 0 100100 1111 1100000 110100 1000110

Color Harmonies of #AADA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA8B

Black with #AADA8B

Text Example


Text Example

White with #AADA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA8B; }

 p { color: rgb(170,218,139); }

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

background-color css

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

 a { background-color: rgb(170,218,139); }

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

border-color css

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

 span { border-color: rgb(170,218,139); }

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