Html Css Color HEX #AEDA91 Feijoa

📋 copy color: '#AEDA91'

red 174 ◦ green 218 ◦ blue 145

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

Shades of Feijoa #AEDA91

Tints of Feijoa #AEDA91

RGB

 RED value IS 174 (68.36% from 255) = 32.4%

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 145 (57.03% from 255) = 27%

R = 32.4%
G = 40.6%
B = 27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AEDA91 (or 0xAEDA91) is known color: Feijoa. HEX triplet: AE, DA and 91. RGB value is (174,218,145). Sum of RGB (Red+Green+Blue) = 174+218+145=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA91 is #51256E. Grayscale: #C4C4C4. Windows color (decimal): -5317999 or 9558702. OLE color: 9558702.

HSL color Cylindrical-coordinate representation of color #AEDA91: hue angle of 96.16º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEDA91 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 145 -
CMYK 0.20 0 0.33 0.15
HSL 96.16º 0.5% 0.71% -
HSV(B) 96.16º 0.33% 0.85% -
XYZ 47.64 61.19 36.09 -
YUV 196.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 174 218 145 0.20 0 0.33 0.15 96.16 0.5 0.71
Hex AE DA 91 14 0 21 F 60 32 47
Octal 256 332 221 24 0 41 17 140 62 107
Binary 10101110 11011010 10010001 10100 0 100001 1111 1100000 110010 1000111

Color Harmonies of #AEDA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA91

Black with #AEDA91

Text Example


Text Example

White with #AEDA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA91; }

 p { color: rgb(174,218,145); }

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

background-color css

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

 a { background-color: rgb(174,218,145); }

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

border-color css

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

 span { border-color: rgb(174,218,145); }

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