Html Css Color HEX #AAE07E Feijoa

📋 copy color: '#AAE07E'

red 170 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #AAE07E

Tints of Feijoa #AAE07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 32.69%
G = 43.08%
B = 24.23%

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

#AAE07E (or 0xAAE07E) is known color: Feijoa. HEX triplet: AA, E0 and 7E. RGB value is (170,224,126). Sum of RGB (Red+Green+Blue) = 170+224+126=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07E is #551F81. Grayscale: #C5C5C5. Windows color (decimal): -5578626 or 8315050. OLE color: 8315050.

HSL color Cylindrical-coordinate representation of color #AAE07E: hue angle of 93.06º degrees, saturation: 0.61, 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 #AAE07E is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 126 -
CMYK 0.24 0 0.44 0.12
HSL 93.06º 0.61% 0.69% -
HSV(B) 93.06º 0.44% 0.88% -
XYZ 47 63.36 29.49 -
YUV 196.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 170 224 126 0.24 0 0.44 0.12 93.06 0.61 0.69
Hex AA E0 7E 18 0 2C C 5D 3D 45
Octal 252 340 176 30 0 54 14 135 75 105
Binary 10101010 11100000 1111110 11000 0 101100 1100 1011101 111101 1000101

Color Harmonies of #AAE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE07E

Black with #AAE07E

Text Example


Text Example

White with #AAE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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