Html Css Color HEX #AAE191 Feijoa

📋 copy color: '#AAE191'

red 170 ◦ green 225 ◦ blue 145

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

Shades of Feijoa #AAE191

Tints of Feijoa #AAE191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

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

R = 31.48%
G = 41.67%
B = 26.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#AAE191 (or 0xAAE191) is known color: Feijoa. HEX triplet: AA, E1 and 91. RGB value is (170,225,145). Sum of RGB (Red+Green+Blue) = 170+225+145=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE191 is #551E6E. Grayscale: #C7C7C7. Windows color (decimal): -5578351 or 9560490. OLE color: 9560490.

HSL color Cylindrical-coordinate representation of color #AAE191: hue angle of 101.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE191 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 145 -
CMYK 0.24 0 0.36 0.12
HSL 101.25º 0.57% 0.73% -
HSV(B) 101.25º 0.36% 0.88% -
XYZ 48.61 64.44 36.66 -
YUV 199.44 97.28 107 -
System Red Green Blue C M Y K H S L
Decimal 170 225 145 0.24 0 0.36 0.12 101.25 0.57 0.73
Hex AA E1 91 18 0 24 C 65 39 49
Octal 252 341 221 30 0 44 14 145 71 111
Binary 10101010 11100001 10010001 11000 0 100100 1100 1100101 111001 1001001

Color Harmonies of #AAE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE191

Black with #AAE191

Text Example


Text Example

White with #AAE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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