Html Css Color HEX #AEDA6F Feijoa

📋 copy color: '#AEDA6F'

red 174 ◦ green 218 ◦ blue 111

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

Shades of Feijoa #AEDA6F

Tints of Feijoa #AEDA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 34.59%
G = 43.34%
B = 22.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#AEDA6F (or 0xAEDA6F) is known color: Feijoa. HEX triplet: AE, DA and 6F. RGB value is (174,218,111). Sum of RGB (Red+Green+Blue) = 174+218+111=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA6F is #512590. Grayscale: #C1C1C1. Windows color (decimal): -5318033 or 7330478. OLE color: 7330478.

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

Color convert

RGB 174 218 111 -
CMYK 0.20 0 0.49 0.15
HSL 84.67º 0.59% 0.65% -
HSV(B) 84.67º 0.49% 0.85% -
XYZ 45.4 60.29 24.28 -
YUV 192.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 174 218 111 0.20 0 0.49 0.15 84.67 0.59 0.65
Hex AE DA 6F 14 0 31 F 55 3B 41
Octal 256 332 157 24 0 61 17 125 73 101
Binary 10101110 11011010 1101111 10100 0 110001 1111 1010101 111011 1000001

Color Harmonies of #AEDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA6F

Black with #AEDA6F

Text Example


Text Example

White with #AEDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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