Html Css Color HEX #AED779 Feijoa

📋 copy color: '#AED779'

red 174 ◦ green 215 ◦ blue 121

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

Shades of Feijoa #AED779

Tints of Feijoa #AED779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 34.12%
G = 42.16%
B = 23.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#AED779 (or 0xAED779) is known color: Feijoa. HEX triplet: AE, D7 and 79. RGB value is (174,215,121). Sum of RGB (Red+Green+Blue) = 174+215+121=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #AED779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED779 is #512886. Grayscale: #C0C0C0. Windows color (decimal): -5318791 or 7985070. OLE color: 7985070.

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

Color convert

RGB 174 215 121 -
CMYK 0.19 0 0.44 0.16
HSL 86.17º 0.54% 0.66% -
HSV(B) 86.17º 0.44% 0.84% -
XYZ 45.21 58.98 27.09 -
YUV 192.03 87.92 115.14 -
System Red Green Blue C M Y K H S L
Decimal 174 215 121 0.19 0 0.44 0.16 86.17 0.54 0.66
Hex AE D7 79 13 0 2C 10 56 36 42
Octal 256 327 171 23 0 54 20 126 66 102
Binary 10101110 11010111 1111001 10011 0 101100 10000 1010110 110110 1000010

Color Harmonies of #AED779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED779

Black with #AED779

Text Example


Text Example

White with #AED779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED779; }

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

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

background-color css

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

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

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

border-color css

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

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

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