Html Css Color HEX #AEDC7F Feijoa

📋 copy color: '#AEDC7F'

red 174 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #AEDC7F

Tints of Feijoa #AEDC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 127 (50% from 255) = 24.38%

R = 33.4%
G = 42.23%
B = 24.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#AEDC7F (or 0xAEDC7F) is known color: Feijoa. HEX triplet: AE, DC and 7F. RGB value is (174,220,127). Sum of RGB (Red+Green+Blue) = 174+220+127=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC7F is #512380. Grayscale: #C3C3C3. Windows color (decimal): -5317505 or 8379566. OLE color: 8379566.

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

Color convert

RGB 174 220 127 -
CMYK 0.21 0 0.42 0.14
HSL 89.68º 0.57% 0.68% -
HSV(B) 89.68º 0.42% 0.86% -
XYZ 46.88 61.72 29.52 -
YUV 195.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 174 220 127 0.21 0 0.42 0.14 89.68 0.57 0.68
Hex AE DC 7F 15 0 2A E 5A 39 44
Octal 256 334 177 25 0 52 16 132 71 104
Binary 10101110 11011100 1111111 10101 0 101010 1110 1011010 111001 1000100

Color Harmonies of #AEDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC7F

Black with #AEDC7F

Text Example


Text Example

White with #AEDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC7F; }

 p { color: rgb(174,220,127); }

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

background-color css

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

 a { background-color: rgb(174,220,127); }

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

border-color css

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

 span { border-color: rgb(174,220,127); }

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