Html Css Color HEX #AAED7C Feijoa

📋 copy color: '#AAED7C'

red 170 ◦ green 237 ◦ blue 124

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

Shades of Feijoa #AAED7C

Tints of Feijoa #AAED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

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

R = 32.02%
G = 44.63%
B = 23.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#AAED7C (or 0xAAED7C) is known color: Feijoa. HEX triplet: AA, ED and 7C. RGB value is (170,237,124). Sum of RGB (Red+Green+Blue) = 170+237+124=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED7C is #551283. Grayscale: #CCCCCC. Windows color (decimal): -5575300 or 8187306. OLE color: 8187306.

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

Color convert

RGB 170 237 124 -
CMYK 0.28 0 0.48 0.07
HSL 95.58º 0.76% 0.71% -
HSV(B) 95.58º 0.48% 0.93% -
XYZ 50.5 70.57 30.03 -
YUV 204.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 170 237 124 0.28 0 0.48 0.07 95.58 0.76 0.71
Hex AA ED 7C 1C 0 30 7 60 4C 47
Octal 252 355 174 34 0 60 7 140 114 107
Binary 10101010 11101101 1111100 11100 0 110000 111 1100000 1001100 1000111

Color Harmonies of #AAED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED7C

Black with #AAED7C

Text Example


Text Example

White with #AAED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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