Html Css Color HEX #AAE486 Feijoa

📋 copy color: '#AAE486'

red 170 ◦ green 228 ◦ blue 134

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

Shades of Feijoa #AAE486

Tints of Feijoa #AAE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

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

R = 31.95%
G = 42.86%
B = 25.19%

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

#AAE486 (or 0xAAE486) is known color: Feijoa. HEX triplet: AA, E4 and 86. RGB value is (170,228,134). Sum of RGB (Red+Green+Blue) = 170+228+134=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE486 is #551B79. Grayscale: #C8C8C8. Windows color (decimal): -5577594 or 8840362. OLE color: 8840362.

HSL color Cylindrical-coordinate representation of color #AAE486: hue angle of 97.02º degrees, saturation: 0.64, 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 #AAE486 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 134 -
CMYK 0.25 0 0.41 0.11
HSL 97.02º 0.64% 0.71% -
HSV(B) 97.02º 0.41% 0.89% -
XYZ 48.62 65.75 32.68 -
YUV 199.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 170 228 134 0.25 0 0.41 0.11 97.02 0.64 0.71
Hex AA E4 86 19 0 29 B 61 40 47
Octal 252 344 206 31 0 51 13 141 100 107
Binary 10101010 11100100 10000110 11001 0 101001 1011 1100001 1000000 1000111

Color Harmonies of #AAE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE486

Black with #AAE486

Text Example


Text Example

White with #AAE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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