Html Css Color HEX #AAE48C Feijoa

📋 copy color: '#AAE48C'

red 170 ◦ green 228 ◦ blue 140

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

Shades of Feijoa #AAE48C

Tints of Feijoa #AAE48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 31.6%
G = 42.38%
B = 26.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AAE48C (or 0xAAE48C) is known color: Feijoa. HEX triplet: AA, E4 and 8C. RGB value is (170,228,140). Sum of RGB (Red+Green+Blue) = 170+228+140=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48C is #551B73. Grayscale: #C8C8C8. Windows color (decimal): -5577588 or 9233578. OLE color: 9233578.

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

Color convert

RGB 170 228 140 -
CMYK 0.25 0 0.39 0.11
HSL 99.55º 0.62% 0.72% -
HSV(B) 99.55º 0.39% 0.89% -
XYZ 49.05 65.93 34.95 -
YUV 200.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 170 228 140 0.25 0 0.39 0.11 99.55 0.62 0.72
Hex AA E4 8C 19 0 27 B 64 3E 48
Octal 252 344 214 31 0 47 13 144 76 110
Binary 10101010 11100100 10001100 11001 0 100111 1011 1100100 111110 1001000

Color Harmonies of #AAE48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE48C

Black with #AAE48C

Text Example


Text Example

White with #AAE48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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