Html Css Color HEX #AAE386 Feijoa

📋 copy color: '#AAE386'

red 170 ◦ green 227 ◦ blue 134

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

Shades of Feijoa #AAE386

Tints of Feijoa #AAE386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 32.02%
G = 42.75%
B = 25.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AAE386 (or 0xAAE386) is known color: Feijoa. HEX triplet: AA, E3 and 86. RGB value is (170,227,134). Sum of RGB (Red+Green+Blue) = 170+227+134=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE386 is #551C79. Grayscale: #C7C7C7. Windows color (decimal): -5577850 or 8840106. OLE color: 8840106.

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

Color convert

RGB 170 227 134 -
CMYK 0.25 0 0.41 0.11
HSL 96.77º 0.62% 0.71% -
HSV(B) 96.77º 0.41% 0.89% -
XYZ 48.35 65.21 32.59 -
YUV 199.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 170 227 134 0.25 0 0.41 0.11 96.77 0.62 0.71
Hex AA E3 86 19 0 29 B 61 3E 47
Octal 252 343 206 31 0 51 13 141 76 107
Binary 10101010 11100011 10000110 11001 0 101001 1011 1100001 111110 1000111

Color Harmonies of #AAE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE386

Black with #AAE386

Text Example


Text Example

White with #AAE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE386; }

 p { color: rgb(170,227,134); }

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

background-color css

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

 a { background-color: rgb(170,227,134); }

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

border-color css

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

 span { border-color: rgb(170,227,134); }

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