Html Css Color HEX #AEDD8F Feijoa

📋 copy color: '#AEDD8F'

red 174 ◦ green 221 ◦ blue 143

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

Shades of Feijoa #AEDD8F

Tints of Feijoa #AEDD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 32.34%
G = 41.08%
B = 26.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AEDD8F (or 0xAEDD8F) is known color: Feijoa. HEX triplet: AE, DD and 8F. RGB value is (174,221,143). Sum of RGB (Red+Green+Blue) = 174+221+143=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD8F is #512270. Grayscale: #C6C6C6. Windows color (decimal): -5317233 or 9428398. OLE color: 9428398.

HSL color Cylindrical-coordinate representation of color #AEDD8F: hue angle of 96.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEDD8F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 143 -
CMYK 0.21 0 0.35 0.13
HSL 96.15º 0.53% 0.71% -
HSV(B) 96.15º 0.35% 0.87% -
XYZ 48.27 62.69 35.54 -
YUV 198.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 174 221 143 0.21 0 0.35 0.13 96.15 0.53 0.71
Hex AE DD 8F 15 0 23 D 60 35 47
Octal 256 335 217 25 0 43 15 140 65 107
Binary 10101110 11011101 10001111 10101 0 100011 1101 1100000 110101 1000111

Color Harmonies of #AEDD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD8F

Black with #AEDD8F

Text Example


Text Example

White with #AEDD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD8F; }

 p { color: rgb(174,221,143); }

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

background-color css

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

 a { background-color: rgb(174,221,143); }

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

border-color css

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

 span { border-color: rgb(174,221,143); }

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