Html Css Color HEX #AAEC7F Feijoa

📋 copy color: '#AAEC7F'

red 170 ◦ green 236 ◦ blue 127

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

Shades of Feijoa #AAEC7F

Tints of Feijoa #AAEC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.83%

R = 31.89%
G = 44.28%
B = 23.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#AAEC7F (or 0xAAEC7F) is known color: Feijoa. HEX triplet: AA, EC and 7F. RGB value is (170,236,127). Sum of RGB (Red+Green+Blue) = 170+236+127=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7F is #551380. Grayscale: #CCCCCC. Windows color (decimal): -5575553 or 8383658. OLE color: 8383658.

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

Color convert

RGB 170 236 127 -
CMYK 0.28 0 0.46 0.07
HSL 96.33º 0.74% 0.71% -
HSV(B) 96.33º 0.46% 0.93% -
XYZ 50.4 70.07 30.95 -
YUV 203.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 170 236 127 0.28 0 0.46 0.07 96.33 0.74 0.71
Hex AA EC 7F 1C 0 2E 7 60 4A 47
Octal 252 354 177 34 0 56 7 140 112 107
Binary 10101010 11101100 1111111 11100 0 101110 111 1100000 1001010 1000111

Color Harmonies of #AAEC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC7F

Black with #AAEC7F

Text Example


Text Example

White with #AAEC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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