Html Css Color HEX #AADA93 Feijoa

📋 copy color: '#AADA93'

red 170 ◦ green 218 ◦ blue 147

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

Shades of Feijoa #AADA93

Tints of Feijoa #AADA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.48%

R = 31.78%
G = 40.75%
B = 27.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AADA93 (or 0xAADA93) is known color: Feijoa. HEX triplet: AA, DA and 93. RGB value is (170,218,147). Sum of RGB (Red+Green+Blue) = 170+218+147=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA93 is #55256C. Grayscale: #C3C3C3. Windows color (decimal): -5580141 or 9689770. OLE color: 9689770.

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

Color convert

RGB 170 218 147 -
CMYK 0.22 0 0.33 0.15
HSL 100.56º 0.49% 0.72% -
HSV(B) 100.56º 0.33% 0.85% -
XYZ 46.92 60.8 36.87 -
YUV 195.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 170 218 147 0.22 0 0.33 0.15 100.56 0.49 0.72
Hex AA DA 93 16 0 21 F 65 31 48
Octal 252 332 223 26 0 41 17 145 61 110
Binary 10101010 11011010 10010011 10110 0 100001 1111 1100101 110001 1001000

Color Harmonies of #AADA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA93

Black with #AADA93

Text Example


Text Example

White with #AADA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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