Html Css Color HEX #AEDA8B Feijoa

📋 copy color: '#AEDA8B'

red 174 ◦ green 218 ◦ blue 139

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

Shades of Feijoa #AEDA8B

Tints of Feijoa #AEDA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 32.77%
G = 41.05%
B = 26.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#AEDA8B (or 0xAEDA8B) is known color: Feijoa. HEX triplet: AE, DA and 8B. RGB value is (174,218,139). Sum of RGB (Red+Green+Blue) = 174+218+139=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA8B is #512574. Grayscale: #C4C4C4. Windows color (decimal): -5318005 or 9165486. OLE color: 9165486.

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

Color convert

RGB 174 218 139 -
CMYK 0.20 0 0.36 0.15
HSL 93.42º 0.52% 0.7% -
HSV(B) 93.42º 0.36% 0.85% -
XYZ 47.19 61.01 33.71 -
YUV 195.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 174 218 139 0.20 0 0.36 0.15 93.42 0.52 0.7
Hex AE DA 8B 14 0 24 F 5D 34 46
Octal 256 332 213 24 0 44 17 135 64 106
Binary 10101110 11011010 10001011 10100 0 100100 1111 1011101 110100 1000110

Color Harmonies of #AEDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA8B

Black with #AEDA8B

Text Example


Text Example

White with #AEDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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