Html Css Color HEX #AED986 Feijoa

📋 copy color: '#AED986'

red 174 ◦ green 217 ◦ blue 134

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

Shades of Feijoa #AED986

Tints of Feijoa #AED986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

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

R = 33.14%
G = 41.33%
B = 25.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#AED986 (or 0xAED986) is known color: Feijoa. HEX triplet: AE, D9 and 86. RGB value is (174,217,134). Sum of RGB (Red+Green+Blue) = 174+217+134=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #AED986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED986 is #512679. Grayscale: #C2C2C2. Windows color (decimal): -5318266 or 8837550. OLE color: 8837550.

HSL color Cylindrical-coordinate representation of color #AED986: hue angle of 91.08º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED986 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 134 -
CMYK 0.20 0 0.38 0.15
HSL 91.08º 0.52% 0.69% -
HSV(B) 91.08º 0.38% 0.85% -
XYZ 46.57 60.35 31.75 -
YUV 194.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 174 217 134 0.20 0 0.38 0.15 91.08 0.52 0.69
Hex AE D9 86 14 0 26 F 5B 34 45
Octal 256 331 206 24 0 46 17 133 64 105
Binary 10101110 11011001 10000110 10100 0 100110 1111 1011011 110100 1000101

Color Harmonies of #AED986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED986

Black with #AED986

Text Example


Text Example

White with #AED986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED986; }

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

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

background-color css

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

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

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

border-color css

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

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

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