Html Css Color HEX #AED086 Feijoa

📋 copy color: '#AED086'

red 174 ◦ green 208 ◦ blue 134

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

Shades of Feijoa #AED086

Tints of Feijoa #AED086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

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

R = 33.72%
G = 40.31%
B = 25.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AED086 (or 0xAED086) is known color: Feijoa. HEX triplet: AE, D0 and 86. RGB value is (174,208,134). Sum of RGB (Red+Green+Blue) = 174+208+134=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #AED086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED086 is #512F79. Grayscale: #BDBDBD. Windows color (decimal): -5320570 or 8835246. OLE color: 8835246.

HSL color Cylindrical-coordinate representation of color #AED086: hue angle of 87.57º degrees, saturation: 0.44, 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 #AED086 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 134 -
CMYK 0.16 0 0.36 0.18
HSL 87.57º 0.44% 0.67% -
HSV(B) 87.57º 0.36% 0.82% -
XYZ 44.31 55.83 31 -
YUV 189.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 174 208 134 0.16 0 0.36 0.18 87.57 0.44 0.67
Hex AE D0 86 10 0 24 12 58 2C 43
Octal 256 320 206 20 0 44 22 130 54 103
Binary 10101110 11010000 10000110 10000 0 100100 10010 1011000 101100 1000011

Color Harmonies of #AED086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED086

Black with #AED086

Text Example


Text Example

White with #AED086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED086; }

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

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

background-color css

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

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

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

border-color css

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

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

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