Html Css Color HEX #AAE07D Feijoa

📋 copy color: '#AAE07D'

red 170 ◦ green 224 ◦ blue 125

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

Shades of Feijoa #AAE07D

Tints of Feijoa #AAE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

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

R = 32.76%
G = 43.16%
B = 24.08%

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

#AAE07D (or 0xAAE07D) is known color: Feijoa. HEX triplet: AA, E0 and 7D. RGB value is (170,224,125). Sum of RGB (Red+Green+Blue) = 170+224+125=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07D is #551F82. Grayscale: #C4C4C4. Windows color (decimal): -5578627 or 8249514. OLE color: 8249514.

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

Color convert

RGB 170 224 125 -
CMYK 0.24 0 0.44 0.12
HSL 92.73º 0.61% 0.68% -
HSV(B) 92.73º 0.44% 0.88% -
XYZ 46.93 63.34 29.15 -
YUV 196.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 170 224 125 0.24 0 0.44 0.12 92.73 0.61 0.68
Hex AA E0 7D 18 0 2C C 5D 3D 44
Octal 252 340 175 30 0 54 14 135 75 104
Binary 10101010 11100000 1111101 11000 0 101100 1100 1011101 111101 1000100

Color Harmonies of #AAE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE07D

Black with #AAE07D

Text Example


Text Example

White with #AAE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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