Html Css Color HEX #AAEC7C Feijoa

📋 copy color: '#AAEC7C'

red 170 ◦ green 236 ◦ blue 124

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

Shades of Feijoa #AAEC7C

Tints of Feijoa #AAEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 32.08%
G = 44.53%
B = 23.4%

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

#AAEC7C (or 0xAAEC7C) is known color: Feijoa. HEX triplet: AA, EC and 7C. RGB value is (170,236,124). Sum of RGB (Red+Green+Blue) = 170+236+124=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7C is #551383. Grayscale: #CBCBCB. Windows color (decimal): -5575556 or 8187050. OLE color: 8187050.

HSL color Cylindrical-coordinate representation of color #AAEC7C: hue angle of 95.36º degrees, saturation: 0.75, 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 #AAEC7C is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 124 -
CMYK 0.28 0 0.47 0.07
HSL 95.36º 0.75% 0.71% -
HSV(B) 95.36º 0.47% 0.93% -
XYZ 50.21 69.99 29.93 -
YUV 203.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 170 236 124 0.28 0 0.47 0.07 95.36 0.75 0.71
Hex AA EC 7C 1C 0 2F 7 5F 4B 47
Octal 252 354 174 34 0 57 7 137 113 107
Binary 10101010 11101100 1111100 11100 0 101111 111 1011111 1001011 1000111

Color Harmonies of #AAEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC7C

Black with #AAEC7C

Text Example


Text Example

White with #AAEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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