Html Css Color HEX #AEDF94 Feijoa

📋 copy color: '#AEDF94'

red 174 ◦ green 223 ◦ blue 148

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

Shades of Feijoa #AEDF94

Tints of Feijoa #AEDF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

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

R = 31.93%
G = 40.92%
B = 27.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#AEDF94 (or 0xAEDF94) is known color: Feijoa. HEX triplet: AE, DF and 94. RGB value is (174,223,148). Sum of RGB (Red+Green+Blue) = 174+223+148=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF94 is #51206B. Grayscale: #C8C8C8. Windows color (decimal): -5316716 or 9756590. OLE color: 9756590.

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

Color convert

RGB 174 223 148 -
CMYK 0.22 0 0.34 0.13
HSL 99.2º 0.54% 0.73% -
HSV(B) 99.2º 0.34% 0.87% -
XYZ 49.19 63.91 37.76 -
YUV 199.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 174 223 148 0.22 0 0.34 0.13 99.2 0.54 0.73
Hex AE DF 94 16 0 22 D 63 36 49
Octal 256 337 224 26 0 42 15 143 66 111
Binary 10101110 11011111 10010100 10110 0 100010 1101 1100011 110110 1001001

Color Harmonies of #AEDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF94

Black with #AEDF94

Text Example


Text Example

White with #AEDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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