Html Css Color HEX #AAE190 Feijoa

📋 copy color: '#AAE190'

red 170 ◦ green 225 ◦ blue 144

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

Shades of Feijoa #AAE190

Tints of Feijoa #AAE190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.72%

R = 31.54%
G = 41.74%
B = 26.72%

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

#AAE190 (or 0xAAE190) is known color: Feijoa. HEX triplet: AA, E1 and 90. RGB value is (170,225,144). Sum of RGB (Red+Green+Blue) = 170+225+144=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE190 is #551E6F. Grayscale: #C7C7C7. Windows color (decimal): -5578352 or 9494954. OLE color: 9494954.

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

Color convert

RGB 170 225 144 -
CMYK 0.24 0 0.36 0.12
HSL 100.74º 0.57% 0.72% -
HSV(B) 100.74º 0.36% 0.88% -
XYZ 48.54 64.41 36.26 -
YUV 199.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 170 225 144 0.24 0 0.36 0.12 100.74 0.57 0.72
Hex AA E1 90 18 0 24 C 65 39 48
Octal 252 341 220 30 0 44 14 145 71 110
Binary 10101010 11100001 10010000 11000 0 100100 1100 1100101 111001 1001000

Color Harmonies of #AAE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE190

Black with #AAE190

Text Example


Text Example

White with #AAE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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