Html Css Color HEX #AAE48E Feijoa

📋 copy color: '#AAE48E'

red 170 ◦ green 228 ◦ blue 142

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

Shades of Feijoa #AAE48E

Tints of Feijoa #AAE48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.3%

R = 31.48%
G = 42.22%
B = 26.3%

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

#AAE48E (or 0xAAE48E) is known color: Feijoa. HEX triplet: AA, E4 and 8E. RGB value is (170,228,142). Sum of RGB (Red+Green+Blue) = 170+228+142=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48E is #551B71. Grayscale: #C9C9C9. Windows color (decimal): -5577586 or 9364650. OLE color: 9364650.

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

Color convert

RGB 170 228 142 -
CMYK 0.25 0 0.38 0.11
HSL 100.47º 0.61% 0.73% -
HSV(B) 100.47º 0.38% 0.89% -
XYZ 49.2 65.99 35.73 -
YUV 200.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 170 228 142 0.25 0 0.38 0.11 100.47 0.61 0.73
Hex AA E4 8E 19 0 26 B 64 3D 49
Octal 252 344 216 31 0 46 13 144 75 111
Binary 10101010 11100100 10001110 11001 0 100110 1011 1100100 111101 1001001

Color Harmonies of #AAE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE48E

Black with #AAE48E

Text Example


Text Example

White with #AAE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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