Html Css Color HEX #AAE18B Feijoa

📋 copy color: '#AAE18B'

red 170 ◦ green 225 ◦ blue 139

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

Shades of Feijoa #AAE18B

Tints of Feijoa #AAE18B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 31.84%
G = 42.13%
B = 26.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AAE18B (or 0xAAE18B) is known color: Feijoa. HEX triplet: AA, E1 and 8B. RGB value is (170,225,139). Sum of RGB (Red+Green+Blue) = 170+225+139=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18B is #551E74. Grayscale: #C7C7C7. Windows color (decimal): -5578357 or 9167274. OLE color: 9167274.

HSL color Cylindrical-coordinate representation of color #AAE18B: hue angle of 98.37º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE18B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 139 -
CMYK 0.24 0 0.38 0.12
HSL 98.37º 0.59% 0.71% -
HSV(B) 98.37º 0.38% 0.88% -
XYZ 48.16 64.26 34.29 -
YUV 198.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 170 225 139 0.24 0 0.38 0.12 98.37 0.59 0.71
Hex AA E1 8B 18 0 26 C 62 3B 47
Octal 252 341 213 30 0 46 14 142 73 107
Binary 10101010 11100001 10001011 11000 0 100110 1100 1100010 111011 1000111

Color Harmonies of #AAE18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE18B

Black with #AAE18B

Text Example


Text Example

White with #AAE18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE18B; }

 p { color: rgb(170,225,139); }

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

background-color css

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

 a { background-color: rgb(170,225,139); }

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

border-color css

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

 span { border-color: rgb(170,225,139); }

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