Html Css Color HEX #AEDB91 Feijoa

📋 copy color: '#AEDB91'

red 174 ◦ green 219 ◦ blue 145

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

Shades of Feijoa #AEDB91

Tints of Feijoa #AEDB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 32.34%
G = 40.71%
B = 26.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#AEDB91 (or 0xAEDB91) is known color: Feijoa. HEX triplet: AE, DB and 91. RGB value is (174,219,145). Sum of RGB (Red+Green+Blue) = 174+219+145=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB91 is #51246E. Grayscale: #C5C5C5. Windows color (decimal): -5317743 or 9558958. OLE color: 9558958.

HSL color Cylindrical-coordinate representation of color #AEDB91: hue angle of 96.49º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDB91 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 145 -
CMYK 0.21 0 0.34 0.14
HSL 96.49º 0.51% 0.71% -
HSV(B) 96.49º 0.34% 0.86% -
XYZ 47.9 61.71 36.17 -
YUV 197.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 174 219 145 0.21 0 0.34 0.14 96.49 0.51 0.71
Hex AE DB 91 15 0 22 E 60 33 47
Octal 256 333 221 25 0 42 16 140 63 107
Binary 10101110 11011011 10010001 10101 0 100010 1110 1100000 110011 1000111

Color Harmonies of #AEDB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB91

Black with #AEDB91

Text Example


Text Example

White with #AEDB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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