Html Css Color HEX #AEDA77 Feijoa

📋 copy color: '#AEDA77'

red 174 ◦ green 218 ◦ blue 119

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

Shades of Feijoa #AEDA77

Tints of Feijoa #AEDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 34.05%
G = 42.66%
B = 23.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AEDA77 (or 0xAEDA77) is known color: Feijoa. HEX triplet: AE, DA and 77. RGB value is (174,218,119). Sum of RGB (Red+Green+Blue) = 174+218+119=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA77 is #512588. Grayscale: #C1C1C1. Windows color (decimal): -5318025 or 7854766. OLE color: 7854766.

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

Color convert

RGB 174 218 119 -
CMYK 0.20 0 0.45 0.15
HSL 86.67º 0.57% 0.66% -
HSV(B) 86.67º 0.45% 0.85% -
XYZ 45.86 60.47 26.71 -
YUV 193.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 174 218 119 0.20 0 0.45 0.15 86.67 0.57 0.66
Hex AE DA 77 14 0 2D F 57 39 42
Octal 256 332 167 24 0 55 17 127 71 102
Binary 10101110 11011010 1110111 10100 0 101101 1111 1010111 111001 1000010

Color Harmonies of #AEDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA77

Black with #AEDA77

Text Example


Text Example

White with #AEDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA77; }

 p { color: rgb(174,218,119); }

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

background-color css

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

 a { background-color: rgb(174,218,119); }

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

border-color css

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

 span { border-color: rgb(174,218,119); }

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