Html Css Color HEX #AEDC70 Feijoa

📋 copy color: '#AEDC70'

red 174 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #AEDC70

Tints of Feijoa #AEDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 34.39%
G = 43.48%
B = 22.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#AEDC70 (or 0xAEDC70) is known color: Feijoa. HEX triplet: AE, DC and 70. RGB value is (174,220,112). Sum of RGB (Red+Green+Blue) = 174+220+112=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC70 is #51238F. Grayscale: #C2C2C2. Windows color (decimal): -5317520 or 7396526. OLE color: 7396526.

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

Color convert

RGB 174 220 112 -
CMYK 0.21 0 0.49 0.14
HSL 85.56º 0.61% 0.65% -
HSV(B) 85.56º 0.49% 0.86% -
XYZ 45.97 61.35 24.75 -
YUV 193.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 174 220 112 0.21 0 0.49 0.14 85.56 0.61 0.65
Hex AE DC 70 15 0 31 E 56 3D 41
Octal 256 334 160 25 0 61 16 126 75 101
Binary 10101110 11011100 1110000 10101 0 110001 1110 1010110 111101 1000001

Color Harmonies of #AEDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC70

Black with #AEDC70

Text Example


Text Example

White with #AEDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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