Html Css Color HEX #AED98E Feijoa

📋 copy color: '#AED98E'

red 174 ◦ green 217 ◦ blue 142

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

Shades of Feijoa #AED98E

Tints of Feijoa #AED98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.71%

 BLUE value IS 142 (55.86% from 255) = 26.64%

R = 32.65%
G = 40.71%
B = 26.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#AED98E (or 0xAED98E) is known color: Feijoa. HEX triplet: AE, D9 and 8E. RGB value is (174,217,142). Sum of RGB (Red+Green+Blue) = 174+217+142=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #AED98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED98E is #512671. Grayscale: #C3C3C3. Windows color (decimal): -5318258 or 9361838. OLE color: 9361838.

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

Color convert

RGB 174 217 142 -
CMYK 0.20 0 0.35 0.15
HSL 94.4º 0.5% 0.7% -
HSV(B) 94.4º 0.35% 0.85% -
XYZ 47.15 60.58 34.8 -
YUV 195.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 174 217 142 0.20 0 0.35 0.15 94.4 0.5 0.7
Hex AE D9 8E 14 0 23 F 5E 32 46
Octal 256 331 216 24 0 43 17 136 62 106
Binary 10101110 11011001 10001110 10100 0 100011 1111 1011110 110010 1000110

Color Harmonies of #AED98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED98E

Black with #AED98E

Text Example


Text Example

White with #AED98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED98E; }

 p { color: rgb(174,217,142); }

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

background-color css

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

 a { background-color: rgb(174,217,142); }

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

border-color css

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

 span { border-color: rgb(174,217,142); }

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