Html Css Color HEX #AEDA8D Feijoa

📋 copy color: '#AEDA8D'

red 174 ◦ green 218 ◦ blue 141

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

Shades of Feijoa #AEDA8D

Tints of Feijoa #AEDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 32.65%
G = 40.9%
B = 26.45%

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

#AEDA8D (or 0xAEDA8D) is known color: Feijoa. HEX triplet: AE, DA and 8D. RGB value is (174,218,141). Sum of RGB (Red+Green+Blue) = 174+218+141=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA8D is #512572. Grayscale: #C4C4C4. Windows color (decimal): -5318003 or 9296558. OLE color: 9296558.

HSL color Cylindrical-coordinate representation of color #AEDA8D: hue angle of 94.29º degrees, saturation: 0.51, 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 #AEDA8D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 141 -
CMYK 0.20 0 0.35 0.15
HSL 94.29º 0.51% 0.7% -
HSV(B) 94.29º 0.35% 0.85% -
XYZ 47.33 61.06 34.49 -
YUV 196.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 174 218 141 0.20 0 0.35 0.15 94.29 0.51 0.7
Hex AE DA 8D 14 0 23 F 5E 33 46
Octal 256 332 215 24 0 43 17 136 63 106
Binary 10101110 11011010 10001101 10100 0 100011 1111 1011110 110011 1000110

Color Harmonies of #AEDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA8D

Black with #AEDA8D

Text Example


Text Example

White with #AEDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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