Html Css Color HEX #AED486 Feijoa

📋 copy color: '#AED486'

red 174 ◦ green 212 ◦ blue 134

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

Shades of Feijoa #AED486

Tints of Feijoa #AED486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

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

R = 33.46%
G = 40.77%
B = 25.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#AED486 (or 0xAED486) is known color: Feijoa. HEX triplet: AE, D4 and 86. RGB value is (174,212,134). Sum of RGB (Red+Green+Blue) = 174+212+134=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #AED486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED486 is #512B79. Grayscale: #C0C0C0. Windows color (decimal): -5319546 or 8836270. OLE color: 8836270.

HSL color Cylindrical-coordinate representation of color #AED486: hue angle of 89.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AED486 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 134 -
CMYK 0.18 0 0.37 0.17
HSL 89.23º 0.48% 0.68% -
HSV(B) 89.23º 0.37% 0.83% -
XYZ 45.3 57.81 31.32 -
YUV 191.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 174 212 134 0.18 0 0.37 0.17 89.23 0.48 0.68
Hex AE D4 86 12 0 25 11 59 30 44
Octal 256 324 206 22 0 45 21 131 60 104
Binary 10101110 11010100 10000110 10010 0 100101 10001 1011001 110000 1000100

Color Harmonies of #AED486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED486

Black with #AED486

Text Example


Text Example

White with #AED486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED486; }

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

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

background-color css

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

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

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

border-color css

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

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

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