Html Css Color HEX #AAE38D Feijoa

📋 copy color: '#AAE38D'

red 170 ◦ green 227 ◦ blue 141

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

Shades of Feijoa #AAE38D

Tints of Feijoa #AAE38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.21%

R = 31.6%
G = 42.19%
B = 26.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#AAE38D (or 0xAAE38D) is known color: Feijoa. HEX triplet: AA, E3 and 8D. RGB value is (170,227,141). Sum of RGB (Red+Green+Blue) = 170+227+141=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38D is #551C72. Grayscale: #C8C8C8. Windows color (decimal): -5577843 or 9298858. OLE color: 9298858.

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

Color convert

RGB 170 227 141 -
CMYK 0.25 0 0.38 0.11
HSL 99.77º 0.61% 0.72% -
HSV(B) 99.77º 0.38% 0.89% -
XYZ 48.85 65.41 35.25 -
YUV 200.15 94.62 106.49 -
System Red Green Blue C M Y K H S L
Decimal 170 227 141 0.25 0 0.38 0.11 99.77 0.61 0.72
Hex AA E3 8D 19 0 26 B 64 3D 48
Octal 252 343 215 31 0 46 13 144 75 110
Binary 10101010 11100011 10001101 11001 0 100110 1011 1100100 111101 1001000

Color Harmonies of #AAE38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE38D

Black with #AAE38D

Text Example


Text Example

White with #AAE38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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