Html Css Color HEX #AAE17D Feijoa

📋 copy color: '#AAE17D'

red 170 ◦ green 225 ◦ blue 125

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

Shades of Feijoa #AAE17D

Tints of Feijoa #AAE17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 32.69%
G = 43.27%
B = 24.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#AAE17D (or 0xAAE17D) is known color: Feijoa. HEX triplet: AA, E1 and 7D. RGB value is (170,225,125). Sum of RGB (Red+Green+Blue) = 170+225+125=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE17D is #551E82. Grayscale: #C5C5C5. Windows color (decimal): -5578371 or 8249770. OLE color: 8249770.

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

Color convert

RGB 170 225 125 -
CMYK 0.24 0 0.44 0.12
HSL 93º 0.63% 0.69% -
HSV(B) 93º 0.44% 0.88% -
XYZ 47.2 63.88 29.24 -
YUV 197.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 170 225 125 0.24 0 0.44 0.12 93 0.63 0.69
Hex AA E1 7D 18 0 2C C 5D 3E 45
Octal 252 341 175 30 0 54 14 135 76 105
Binary 10101010 11100001 1111101 11000 0 101100 1100 1011101 111110 1000101

Color Harmonies of #AAE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE17D

Black with #AAE17D

Text Example


Text Example

White with #AAE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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