Html Css Color HEX #AAD391 Feijoa

📋 copy color: '#AAD391'

red 170 ◦ green 211 ◦ blue 145

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

Shades of Feijoa #AAD391

Tints of Feijoa #AAD391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 32.32%
G = 40.11%
B = 27.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#AAD391 (or 0xAAD391) is known color: Feijoa. HEX triplet: AA, D3 and 91. RGB value is (170,211,145). Sum of RGB (Red+Green+Blue) = 170+211+145=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD391 is #552C6E. Grayscale: #BFBFBF. Windows color (decimal): -5581935 or 9556906. OLE color: 9556906.

HSL color Cylindrical-coordinate representation of color #AAD391: hue angle of 97.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD391 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 145 -
CMYK 0.19 0 0.31 0.17
HSL 97.27º 0.43% 0.7% -
HSV(B) 97.27º 0.31% 0.83% -
XYZ 44.98 57.18 35.45 -
YUV 191.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 170 211 145 0.19 0 0.31 0.17 97.27 0.43 0.7
Hex AA D3 91 13 0 1F 11 61 2B 46
Octal 252 323 221 23 0 37 21 141 53 106
Binary 10101010 11010011 10010001 10011 0 11111 10001 1100001 101011 1000110

Color Harmonies of #AAD391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD391

Black with #AAD391

Text Example


Text Example

White with #AAD391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD391; }

 p { color: rgb(170,211,145); }

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

background-color css

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

 a { background-color: rgb(170,211,145); }

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

border-color css

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

 span { border-color: rgb(170,211,145); }

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