Html Css Color HEX #AED679 Feijoa

📋 copy color: '#AED679'

red 174 ◦ green 214 ◦ blue 121

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

Shades of Feijoa #AED679

Tints of Feijoa #AED679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 34.18%
G = 42.04%
B = 23.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#AED679 (or 0xAED679) is known color: Feijoa. HEX triplet: AE, D6 and 79. RGB value is (174,214,121). Sum of RGB (Red+Green+Blue) = 174+214+121=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #AED679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED679 is #512986. Grayscale: #BFBFBF. Windows color (decimal): -5319047 or 7984814. OLE color: 7984814.

HSL color Cylindrical-coordinate representation of color #AED679: hue angle of 85.81º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED679 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 121 -
CMYK 0.19 0 0.43 0.16
HSL 85.81º 0.53% 0.66% -
HSV(B) 85.81º 0.43% 0.84% -
XYZ 44.95 58.47 27.01 -
YUV 191.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 174 214 121 0.19 0 0.43 0.16 85.81 0.53 0.66
Hex AE D6 79 13 0 2B 10 56 35 42
Octal 256 326 171 23 0 53 20 126 65 102
Binary 10101110 11010110 1111001 10011 0 101011 10000 1010110 110101 1000010

Color Harmonies of #AED679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED679

Black with #AED679

Text Example


Text Example

White with #AED679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED679; }

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

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

background-color css

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

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

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

border-color css

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

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

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