Html Css Color HEX #AAE584 Feijoa

📋 copy color: '#AAE584'

red 170 ◦ green 229 ◦ blue 132

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

Shades of Feijoa #AAE584

Tints of Feijoa #AAE584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 32.02%
G = 43.13%
B = 24.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#AAE584 (or 0xAAE584) is known color: Feijoa. HEX triplet: AA, E5 and 84. RGB value is (170,229,132). Sum of RGB (Red+Green+Blue) = 170+229+132=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE584 is #551A7B. Grayscale: #C8C8C8. Windows color (decimal): -5577340 or 8709546. OLE color: 8709546.

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

Color convert

RGB 170 229 132 -
CMYK 0.26 0 0.42 0.10
HSL 96.49º 0.65% 0.71% -
HSV(B) 96.49º 0.42% 0.9% -
XYZ 48.76 66.25 32.05 -
YUV 200.3 89.45 106.39 -
System Red Green Blue C M Y K H S L
Decimal 170 229 132 0.26 0 0.42 0.10 96.49 0.65 0.71
Hex AA E5 84 1A 0 2A A 60 41 47
Octal 252 345 204 32 0 52 12 140 101 107
Binary 10101010 11100101 10000100 11010 0 101010 1010 1100000 1000001 1000111

Color Harmonies of #AAE584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE584

Black with #AAE584

Text Example


Text Example

White with #AAE584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE584; }

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

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

background-color css

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

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

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

border-color css

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

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

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