Html Css Color HEX #AEDC86 Feijoa

📋 copy color: '#AEDC86'

red 174 ◦ green 220 ◦ blue 134

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

Shades of Feijoa #AEDC86

Tints of Feijoa #AEDC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 134 (52.73% from 255) = 25.38%

R = 32.95%
G = 41.67%
B = 25.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#AEDC86 (or 0xAEDC86) is known color: Feijoa. HEX triplet: AE, DC and 86. RGB value is (174,220,134). Sum of RGB (Red+Green+Blue) = 174+220+134=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC86 is #512379. Grayscale: #C4C4C4. Windows color (decimal): -5317498 or 8838318. OLE color: 8838318.

HSL color Cylindrical-coordinate representation of color #AEDC86: hue angle of 92.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEDC86 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 134 -
CMYK 0.21 0 0.39 0.14
HSL 92.09º 0.55% 0.69% -
HSV(B) 92.09º 0.39% 0.86% -
XYZ 47.35 61.91 32.01 -
YUV 196.44 92.76 111.99 -
System Red Green Blue C M Y K H S L
Decimal 174 220 134 0.21 0 0.39 0.14 92.09 0.55 0.69
Hex AE DC 86 15 0 27 E 5C 37 45
Octal 256 334 206 25 0 47 16 134 67 105
Binary 10101110 11011100 10000110 10101 0 100111 1110 1011100 110111 1000101

Color Harmonies of #AEDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC86

Black with #AEDC86

Text Example


Text Example

White with #AEDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC86; }

 p { color: rgb(174,220,134); }

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

background-color css

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

 a { background-color: rgb(174,220,134); }

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

border-color css

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

 span { border-color: rgb(174,220,134); }

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