Html Css Color HEX #AEDE94 Feijoa

📋 copy color: '#AEDE94'

red 174 ◦ green 222 ◦ blue 148

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

Shades of Feijoa #AEDE94

Tints of Feijoa #AEDE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 31.99%
G = 40.81%
B = 27.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AEDE94 (or 0xAEDE94) is known color: Feijoa. HEX triplet: AE, DE and 94. RGB value is (174,222,148). Sum of RGB (Red+Green+Blue) = 174+222+148=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE94 is #51216B. Grayscale: #C7C7C7. Windows color (decimal): -5316972 or 9756334. OLE color: 9756334.

HSL color Cylindrical-coordinate representation of color #AEDE94: hue angle of 98.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEDE94 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 148 -
CMYK 0.22 0 0.33 0.13
HSL 98.92º 0.53% 0.73% -
HSV(B) 98.92º 0.33% 0.87% -
XYZ 48.92 63.38 37.67 -
YUV 199.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 174 222 148 0.22 0 0.33 0.13 98.92 0.53 0.73
Hex AE DE 94 16 0 21 D 63 35 49
Octal 256 336 224 26 0 41 15 143 65 111
Binary 10101110 11011110 10010100 10110 0 100001 1101 1100011 110101 1001001

Color Harmonies of #AEDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE94

Black with #AEDE94

Text Example


Text Example

White with #AEDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE94; }

 p { color: rgb(174,222,148); }

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

background-color css

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

 a { background-color: rgb(174,222,148); }

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

border-color css

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

 span { border-color: rgb(174,222,148); }

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