Html Css Color HEX #AED686 Feijoa

📋 copy color: '#AED686'

red 174 ◦ green 214 ◦ blue 134

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

Shades of Feijoa #AED686

Tints of Feijoa #AED686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 33.33%
G = 41%
B = 25.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#AED686 (or 0xAED686) is known color: Feijoa. HEX triplet: AE, D6 and 86. RGB value is (174,214,134). Sum of RGB (Red+Green+Blue) = 174+214+134=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #AED686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED686 is #512979. Grayscale: #C1C1C1. Windows color (decimal): -5319034 or 8836782. OLE color: 8836782.

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

Color convert

RGB 174 214 134 -
CMYK 0.19 0 0.37 0.16
HSL 90º 0.49% 0.68% -
HSV(B) 90º 0.37% 0.84% -
XYZ 45.81 58.81 31.49 -
YUV 192.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 174 214 134 0.19 0 0.37 0.16 90 0.49 0.68
Hex AE D6 86 13 0 25 10 5A 31 44
Octal 256 326 206 23 0 45 20 132 61 104
Binary 10101110 11010110 10000110 10011 0 100101 10000 1011010 110001 1000100

Color Harmonies of #AED686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED686

Black with #AED686

Text Example


Text Example

White with #AED686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED686; }

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

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

background-color css

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

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

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

border-color css

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

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

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