Html Css Color HEX #AEDA7D Feijoa

📋 copy color: '#AEDA7D'

red 174 ◦ green 218 ◦ blue 125

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

Shades of Feijoa #AEDA7D

Tints of Feijoa #AEDA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 33.66%
G = 42.17%
B = 24.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#AEDA7D (or 0xAEDA7D) is known color: Feijoa. HEX triplet: AE, DA and 7D. RGB value is (174,218,125). Sum of RGB (Red+Green+Blue) = 174+218+125=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA7D is #512582. Grayscale: #C2C2C2. Windows color (decimal): -5318019 or 8247982. OLE color: 8247982.

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

Color convert

RGB 174 218 125 -
CMYK 0.20 0 0.43 0.15
HSL 88.39º 0.56% 0.67% -
HSV(B) 88.39º 0.43% 0.85% -
XYZ 46.23 60.62 28.67 -
YUV 194.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 174 218 125 0.20 0 0.43 0.15 88.39 0.56 0.67
Hex AE DA 7D 14 0 2B F 58 38 43
Octal 256 332 175 24 0 53 17 130 70 103
Binary 10101110 11011010 1111101 10100 0 101011 1111 1011000 111000 1000011

Color Harmonies of #AEDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA7D

Black with #AEDA7D

Text Example


Text Example

White with #AEDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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