Html Css Color HEX #AAED8C Feijoa

📋 copy color: '#AAED8C'

red 170 ◦ green 237 ◦ blue 140

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

Shades of Feijoa #AAED8C

Tints of Feijoa #AAED8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 31.08%
G = 43.33%
B = 25.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#AAED8C (or 0xAAED8C) is known color: Feijoa. HEX triplet: AA, ED and 8C. RGB value is (170,237,140). Sum of RGB (Red+Green+Blue) = 170+237+140=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAED8C is #551273. Grayscale: #CECECE. Windows color (decimal): -5575284 or 9235882. OLE color: 9235882.

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

Color convert

RGB 170 237 140 -
CMYK 0.28 0 0.41 0.07
HSL 101.44º 0.73% 0.74% -
HSV(B) 101.44º 0.41% 0.93% -
XYZ 51.6 71.01 35.8 -
YUV 205.91 90.8 102.39 -
System Red Green Blue C M Y K H S L
Decimal 170 237 140 0.28 0 0.41 0.07 101.44 0.73 0.74
Hex AA ED 8C 1C 0 29 7 65 49 4A
Octal 252 355 214 34 0 51 7 145 111 112
Binary 10101010 11101101 10001100 11100 0 101001 111 1100101 1001001 1001010

Color Harmonies of #AAED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED8C

Black with #AAED8C

Text Example


Text Example

White with #AAED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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