Html Css Color HEX #AAE586 Feijoa

📋 copy color: '#AAE586'

red 170 ◦ green 229 ◦ blue 134

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

Shades of Feijoa #AAE586

Tints of Feijoa #AAE586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.96%

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

R = 31.89%
G = 42.96%
B = 25.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#AAE586 (or 0xAAE586) is known color: Feijoa. HEX triplet: AA, E5 and 86. RGB value is (170,229,134). Sum of RGB (Red+Green+Blue) = 170+229+134=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE586 is #551A79. Grayscale: #C8C8C8. Windows color (decimal): -5577338 or 8840618. OLE color: 8840618.

HSL color Cylindrical-coordinate representation of color #AAE586: hue angle of 97.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE586 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 134 -
CMYK 0.26 0 0.41 0.10
HSL 97.26º 0.65% 0.71% -
HSV(B) 97.26º 0.41% 0.9% -
XYZ 48.9 66.31 32.78 -
YUV 200.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 170 229 134 0.26 0 0.41 0.10 97.26 0.65 0.71
Hex AA E5 86 1A 0 29 A 61 41 47
Octal 252 345 206 32 0 51 12 141 101 107
Binary 10101010 11100101 10000110 11010 0 101001 1010 1100001 1000001 1000111

Color Harmonies of #AAE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE586

Black with #AAE586

Text Example


Text Example

White with #AAE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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