Html Css Color HEX #AAE384 Feijoa

📋 copy color: '#AAE384'

red 170 ◦ green 227 ◦ blue 132

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

Shades of Feijoa #AAE384

Tints of Feijoa #AAE384

RGB

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

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

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

R = 32.14%
G = 42.91%
B = 24.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AAE384 (or 0xAAE384) is known color: Feijoa. HEX triplet: AA, E3 and 84. RGB value is (170,227,132). Sum of RGB (Red+Green+Blue) = 170+227+132=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE384 is #551C7B. Grayscale: #C7C7C7. Windows color (decimal): -5577852 or 8709034. OLE color: 8709034.

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

Color convert

RGB 170 227 132 -
CMYK 0.25 0 0.42 0.11
HSL 96º 0.63% 0.7% -
HSV(B) 96º 0.42% 0.89% -
XYZ 48.21 65.15 31.86 -
YUV 199.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 170 227 132 0.25 0 0.42 0.11 96 0.63 0.7
Hex AA E3 84 19 0 2A B 60 3F 46
Octal 252 343 204 31 0 52 13 140 77 106
Binary 10101010 11100011 10000100 11001 0 101010 1011 1100000 111111 1000110

Color Harmonies of #AAE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE384

Black with #AAE384

Text Example


Text Example

White with #AAE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE384; }

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

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

background-color css

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

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

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

border-color css

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

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

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