Html Css Color HEX #AEDB79 Feijoa

📋 copy color: '#AEDB79'

red 174 ◦ green 219 ◦ blue 121

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

Shades of Feijoa #AEDB79

Tints of Feijoa #AEDB79

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 33.85%
G = 42.61%
B = 23.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#AEDB79 (or 0xAEDB79) is known color: Feijoa. HEX triplet: AE, DB and 79. RGB value is (174,219,121). Sum of RGB (Red+Green+Blue) = 174+219+121=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB79 is #512486. Grayscale: #C2C2C2. Windows color (decimal): -5317767 or 7986094. OLE color: 7986094.

HSL color Cylindrical-coordinate representation of color #AEDB79: hue angle of 87.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEDB79 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 121 -
CMYK 0.21 0 0.45 0.14
HSL 87.55º 0.58% 0.67% -
HSV(B) 87.55º 0.45% 0.86% -
XYZ 46.24 61.04 27.43 -
YUV 194.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 174 219 121 0.21 0 0.45 0.14 87.55 0.58 0.67
Hex AE DB 79 15 0 2D E 58 3A 43
Octal 256 333 171 25 0 55 16 130 72 103
Binary 10101110 11011011 1111001 10101 0 101101 1110 1011000 111010 1000011

Color Harmonies of #AEDB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB79

Black with #AEDB79

Text Example


Text Example

White with #AEDB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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