Html Css Color HEX #AAD893 Feijoa

📋 copy color: '#AAD893'

red 170 ◦ green 216 ◦ blue 147

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

Shades of Feijoa #AAD893

Tints of Feijoa #AAD893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

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

R = 31.89%
G = 40.53%
B = 27.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#AAD893 (or 0xAAD893) is known color: Feijoa. HEX triplet: AA, D8 and 93. RGB value is (170,216,147). Sum of RGB (Red+Green+Blue) = 170+216+147=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD893 is #55276C. Grayscale: #C2C2C2. Windows color (decimal): -5580653 or 9689258. OLE color: 9689258.

HSL color Cylindrical-coordinate representation of color #AAD893: hue angle of 100º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD893 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 147 -
CMYK 0.21 0 0.32 0.15
HSL 100º 0.47% 0.71% -
HSV(B) 100º 0.32% 0.85% -
XYZ 46.4 59.76 36.69 -
YUV 194.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 170 216 147 0.21 0 0.32 0.15 100 0.47 0.71
Hex AA D8 93 15 0 20 F 64 2F 47
Octal 252 330 223 25 0 40 17 144 57 107
Binary 10101010 11011000 10010011 10101 0 100000 1111 1100100 101111 1000111

Color Harmonies of #AAD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD893

Black with #AAD893

Text Example


Text Example

White with #AAD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD893; }

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

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

background-color css

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

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

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

border-color css

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

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

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