Html Css Color HEX #AEDE7D Feijoa

📋 copy color: '#AEDE7D'

red 174 ◦ green 222 ◦ blue 125

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

Shades of Feijoa #AEDE7D

Tints of Feijoa #AEDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

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

R = 33.4%
G = 42.61%
B = 23.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#AEDE7D (or 0xAEDE7D) is known color: Feijoa. HEX triplet: AE, DE and 7D. RGB value is (174,222,125). Sum of RGB (Red+Green+Blue) = 174+222+125=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE7D is #512182. Grayscale: #C4C4C4. Windows color (decimal): -5316995 or 8249006. OLE color: 8249006.

HSL color Cylindrical-coordinate representation of color #AEDE7D: hue angle of 89.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEDE7D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 125 -
CMYK 0.22 0 0.44 0.13
HSL 89.69º 0.6% 0.68% -
HSV(B) 89.69º 0.44% 0.87% -
XYZ 47.28 62.72 29.02 -
YUV 196.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 174 222 125 0.22 0 0.44 0.13 89.69 0.6 0.68
Hex AE DE 7D 16 0 2C D 5A 3C 44
Octal 256 336 175 26 0 54 15 132 74 104
Binary 10101110 11011110 1111101 10110 0 101100 1101 1011010 111100 1000100

Color Harmonies of #AEDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE7D

Black with #AEDE7D

Text Example


Text Example

White with #AEDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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