Html Css Color HEX #AAE290 Feijoa

📋 copy color: '#AAE290'

red 170 ◦ green 226 ◦ blue 144

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

Shades of Feijoa #AAE290

Tints of Feijoa #AAE290

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

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

R = 31.48%
G = 41.85%
B = 26.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#AAE290 (or 0xAAE290) is known color: Feijoa. HEX triplet: AA, E2 and 90. RGB value is (170,226,144). Sum of RGB (Red+Green+Blue) = 170+226+144=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE290 is #551D6F. Grayscale: #C8C8C8. Windows color (decimal): -5578096 or 9495210. OLE color: 9495210.

HSL color Cylindrical-coordinate representation of color #AAE290: hue angle of 100.98º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE290 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 144 -
CMYK 0.25 0 0.36 0.11
HSL 100.98º 0.59% 0.73% -
HSV(B) 100.98º 0.36% 0.89% -
XYZ 48.81 64.95 36.35 -
YUV 199.91 96.45 106.67 -
System Red Green Blue C M Y K H S L
Decimal 170 226 144 0.25 0 0.36 0.11 100.98 0.59 0.73
Hex AA E2 90 19 0 24 B 65 3B 49
Octal 252 342 220 31 0 44 13 145 73 111
Binary 10101010 11100010 10010000 11001 0 100100 1011 1100101 111011 1001001

Color Harmonies of #AAE290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE290

Black with #AAE290

Text Example


Text Example

White with #AAE290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE290; }

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

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

background-color css

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

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

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

border-color css

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

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

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