Html Css Color HEX #AAED6E Feijoa

📋 copy color: '#AAED6E'

red 170 ◦ green 237 ◦ blue 110

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

Shades of Feijoa #AAED6E

Tints of Feijoa #AAED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 32.88%
G = 45.84%
B = 21.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#AAED6E (or 0xAAED6E) is known color: Feijoa. HEX triplet: AA, ED and 6E. RGB value is (170,237,110). Sum of RGB (Red+Green+Blue) = 170+237+110=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED6E is #551291. Grayscale: #CACACA. Windows color (decimal): -5575314 or 7269802. OLE color: 7269802.

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

Color convert

RGB 170 237 110 -
CMYK 0.28 0 0.54 0.07
HSL 91.65º 0.78% 0.68% -
HSV(B) 91.65º 0.54% 0.93% -
XYZ 49.68 70.24 25.69 -
YUV 202.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 170 237 110 0.28 0 0.54 0.07 91.65 0.78 0.68
Hex AA ED 6E 1C 0 36 7 5C 4E 44
Octal 252 355 156 34 0 66 7 134 116 104
Binary 10101010 11101101 1101110 11100 0 110110 111 1011100 1001110 1000100

Color Harmonies of #AAED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED6E

Black with #AAED6E

Text Example


Text Example

White with #AAED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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