Html Css Color HEX #AAEC7E Feijoa

📋 copy color: '#AAEC7E'

red 170 ◦ green 236 ◦ blue 126

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

Shades of Feijoa #AAEC7E

Tints of Feijoa #AAEC7E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.36%

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

R = 31.95%
G = 44.36%
B = 23.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#AAEC7E (or 0xAAEC7E) is known color: Feijoa. HEX triplet: AA, EC and 7E. RGB value is (170,236,126). Sum of RGB (Red+Green+Blue) = 170+236+126=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7E is #551381. Grayscale: #CCCCCC. Windows color (decimal): -5575554 or 8318122. OLE color: 8318122.

HSL color Cylindrical-coordinate representation of color #AAEC7E: hue angle of 96º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAEC7E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 126 -
CMYK 0.28 0 0.47 0.07
HSL 96º 0.74% 0.71% -
HSV(B) 96º 0.47% 0.93% -
XYZ 50.34 70.04 30.61 -
YUV 203.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 170 236 126 0.28 0 0.47 0.07 96 0.74 0.71
Hex AA EC 7E 1C 0 2F 7 60 4A 47
Octal 252 354 176 34 0 57 7 140 112 107
Binary 10101010 11101100 1111110 11100 0 101111 111 1100000 1001010 1000111

Color Harmonies of #AAEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC7E

Black with #AAEC7E

Text Example


Text Example

White with #AAEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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