Html Css Color HEX #AAD896 Feijoa

📋 copy color: '#AAD896'

red 170 ◦ green 216 ◦ blue 150

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

Shades of Feijoa #AAD896

Tints of Feijoa #AAD896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 31.72%
G = 40.3%
B = 27.99%

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

#AAD896 (or 0xAAD896) is known color: Feijoa. HEX triplet: AA, D8 and 96. RGB value is (170,216,150). Sum of RGB (Red+Green+Blue) = 170+216+150=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD896 is #552769. Grayscale: #C2C2C2. Windows color (decimal): -5580650 or 9885866. OLE color: 9885866.

HSL color Cylindrical-coordinate representation of color #AAD896: hue angle of 101.82º 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 #AAD896 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 150 -
CMYK 0.21 0 0.31 0.15
HSL 101.82º 0.46% 0.72% -
HSV(B) 101.82º 0.31% 0.85% -
XYZ 46.64 59.86 37.95 -
YUV 194.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 170 216 150 0.21 0 0.31 0.15 101.82 0.46 0.72
Hex AA D8 96 15 0 1F F 66 2E 48
Octal 252 330 226 25 0 37 17 146 56 110
Binary 10101010 11011000 10010110 10101 0 11111 1111 1100110 101110 1001000

Color Harmonies of #AAD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD896

Black with #AAD896

Text Example


Text Example

White with #AAD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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