Html Css Color HEX #AED685 Feijoa

📋 copy color: '#AED685'

red 174 ◦ green 214 ◦ blue 133

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

Shades of Feijoa #AED685

Tints of Feijoa #AED685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 33.4%
G = 41.07%
B = 25.53%

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

#AED685 (or 0xAED685) is known color: Feijoa. HEX triplet: AE, D6 and 85. RGB value is (174,214,133). Sum of RGB (Red+Green+Blue) = 174+214+133=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #AED685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED685 is #51297A. Grayscale: #C1C1C1. Windows color (decimal): -5319035 or 8771246. OLE color: 8771246.

HSL color Cylindrical-coordinate representation of color #AED685: hue angle of 89.63º 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 #AED685 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 133 -
CMYK 0.19 0 0.38 0.16
HSL 89.63º 0.5% 0.68% -
HSV(B) 89.63º 0.38% 0.84% -
XYZ 45.74 58.79 31.13 -
YUV 192.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 174 214 133 0.19 0 0.38 0.16 89.63 0.5 0.68
Hex AE D6 85 13 0 26 10 5A 32 44
Octal 256 326 205 23 0 46 20 132 62 104
Binary 10101110 11010110 10000101 10011 0 100110 10000 1011010 110010 1000100

Color Harmonies of #AED685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED685

Black with #AED685

Text Example


Text Example

White with #AED685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED685; }

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

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

background-color css

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

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

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

border-color css

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

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

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