Html Css Color HEX #AAD797 Feijoa

📋 copy color: '#AAD797'

red 170 ◦ green 215 ◦ blue 151

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

Shades of Feijoa #AAD797

Tints of Feijoa #AAD797

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 151 (59.38% from 255) = 28.17%

R = 31.72%
G = 40.11%
B = 28.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AAD797 (or 0xAAD797) is known color: Feijoa. HEX triplet: AA, D7 and 97. RGB value is (170,215,151). Sum of RGB (Red+Green+Blue) = 170+215+151=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD797 is #552868. Grayscale: #C2C2C2. Windows color (decimal): -5580905 or 9951146. OLE color: 9951146.

HSL color Cylindrical-coordinate representation of color #AAD797: hue angle of 102.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD797 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 151 -
CMYK 0.21 0 0.30 0.16
HSL 102.19º 0.44% 0.72% -
HSV(B) 102.19º 0.3% 0.84% -
XYZ 46.46 59.38 38.29 -
YUV 194.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 170 215 151 0.21 0 0.30 0.16 102.19 0.44 0.72
Hex AA D7 97 15 0 1E 10 66 2C 48
Octal 252 327 227 25 0 36 20 146 54 110
Binary 10101010 11010111 10010111 10101 0 11110 10000 1100110 101100 1001000

Color Harmonies of #AAD797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD797

Black with #AAD797

Text Example


Text Example

White with #AAD797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD797; }

 p { color: rgb(170,215,151); }

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

background-color css

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

 a { background-color: rgb(170,215,151); }

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

border-color css

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

 span { border-color: rgb(170,215,151); }

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