Html Css Color HEX #AAD895 Feijoa

📋 copy color: '#AAD895'

red 170 ◦ green 216 ◦ blue 149

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

Shades of Feijoa #AAD895

Tints of Feijoa #AAD895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 31.78%
G = 40.37%
B = 27.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#AAD895 (or 0xAAD895) is known color: Feijoa. HEX triplet: AA, D8 and 95. RGB value is (170,216,149). Sum of RGB (Red+Green+Blue) = 170+216+149=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD895 is #55276A. Grayscale: #C2C2C2. Windows color (decimal): -5580651 or 9820330. OLE color: 9820330.

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

Color convert

RGB 170 216 149 -
CMYK 0.21 0 0.31 0.15
HSL 101.19º 0.46% 0.72% -
HSV(B) 101.19º 0.31% 0.85% -
XYZ 46.56 59.83 37.53 -
YUV 194.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 170 216 149 0.21 0 0.31 0.15 101.19 0.46 0.72
Hex AA D8 95 15 0 1F F 65 2E 48
Octal 252 330 225 25 0 37 17 145 56 110
Binary 10101010 11011000 10010101 10101 0 11111 1111 1100101 101110 1001000

Color Harmonies of #AAD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD895

Black with #AAD895

Text Example


Text Example

White with #AAD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD895; }

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

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

background-color css

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

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

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

border-color css

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

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

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