Html Css Color HEX #AED786 Feijoa

📋 copy color: '#AED786'

red 174 ◦ green 215 ◦ blue 134

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

Shades of Feijoa #AED786

Tints of Feijoa #AED786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

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

R = 33.27%
G = 41.11%
B = 25.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#AED786 (or 0xAED786) is known color: Feijoa. HEX triplet: AE, D7 and 86. RGB value is (174,215,134). Sum of RGB (Red+Green+Blue) = 174+215+134=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #AED786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED786 is #512879. Grayscale: #C1C1C1. Windows color (decimal): -5318778 or 8837038. OLE color: 8837038.

HSL color Cylindrical-coordinate representation of color #AED786: hue angle of 90.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED786 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 134 -
CMYK 0.19 0 0.38 0.16
HSL 90.37º 0.5% 0.68% -
HSV(B) 90.37º 0.38% 0.84% -
XYZ 46.06 59.32 31.58 -
YUV 193.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 174 215 134 0.19 0 0.38 0.16 90.37 0.5 0.68
Hex AE D7 86 13 0 26 10 5A 32 44
Octal 256 327 206 23 0 46 20 132 62 104
Binary 10101110 11010111 10000110 10011 0 100110 10000 1011010 110010 1000100

Color Harmonies of #AED786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED786

Black with #AED786

Text Example


Text Example

White with #AED786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED786; }

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

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

background-color css

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

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

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

border-color css

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

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

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