Html Css Color HEX #AAE17C Feijoa

📋 copy color: '#AAE17C'

red 170 ◦ green 225 ◦ blue 124

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

Shades of Feijoa #AAE17C

Tints of Feijoa #AAE17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 32.76%
G = 43.35%
B = 23.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#AAE17C (or 0xAAE17C) is known color: Feijoa. HEX triplet: AA, E1 and 7C. RGB value is (170,225,124). Sum of RGB (Red+Green+Blue) = 170+225+124=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE17C is #551E83. Grayscale: #C5C5C5. Windows color (decimal): -5578372 or 8184234. OLE color: 8184234.

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

Color convert

RGB 170 225 124 -
CMYK 0.24 0 0.45 0.12
HSL 92.67º 0.63% 0.68% -
HSV(B) 92.67º 0.45% 0.88% -
XYZ 47.14 63.85 28.91 -
YUV 197.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 170 225 124 0.24 0 0.45 0.12 92.67 0.63 0.68
Hex AA E1 7C 18 0 2D C 5D 3F 44
Octal 252 341 174 30 0 55 14 135 77 104
Binary 10101010 11100001 1111100 11000 0 101101 1100 1011101 111111 1000100

Color Harmonies of #AAE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE17C

Black with #AAE17C

Text Example


Text Example

White with #AAE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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