Html Css Color HEX #AED186 Feijoa

📋 copy color: '#AED186'

red 174 ◦ green 209 ◦ blue 134

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

Shades of Feijoa #AED186

Tints of Feijoa #AED186

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

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

R = 33.66%
G = 40.43%
B = 25.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AED186 (or 0xAED186) is known color: Feijoa. HEX triplet: AE, D1 and 86. RGB value is (174,209,134). Sum of RGB (Red+Green+Blue) = 174+209+134=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #AED186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED186 is #512E79. Grayscale: #BEBEBE. Windows color (decimal): -5320314 or 8835502. OLE color: 8835502.

HSL color Cylindrical-coordinate representation of color #AED186: hue angle of 88º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AED186 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 134 -
CMYK 0.17 0 0.36 0.18
HSL 88º 0.45% 0.67% -
HSV(B) 88º 0.36% 0.82% -
XYZ 44.56 56.32 31.08 -
YUV 189.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 174 209 134 0.17 0 0.36 0.18 88 0.45 0.67
Hex AE D1 86 11 0 24 12 58 2D 43
Octal 256 321 206 21 0 44 22 130 55 103
Binary 10101110 11010001 10000110 10001 0 100100 10010 1011000 101101 1000011

Color Harmonies of #AED186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED186

Black with #AED186

Text Example


Text Example

White with #AED186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED186; }

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

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

background-color css

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

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

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

border-color css

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

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

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