#AED99F

Color #AED99F Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #AED99F

Tints of Madang #AED99F

Color information

#AED99F (or 0xAED99F) is unknown color: approx Madang. HEX triplet: AE, D9 and 9F. RGB value is (174,217,159). Sum of RGB (Red+Green+Blue) = 174+217+159=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #AED99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED99F is #512660. Grayscale: #C5C5C5. Windows color (decimal): -5318241 or 10475950. OLE color: 10475950.

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

Color convert

RGB174217159-
CMYK0.2000.270.15
HSL104.48º43.28%73.73%-
HSV(B)104.48º26.73%85.1%-
XYZ48.5361.1342.04-
YUV197.53106.25111.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=31.64%
G=39.45%
B=28.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171590.2000.270.15104.4843.2873.73
HexAED99F1401BF682b4a
Octal256331237240331715053112
Binary10101110110110011001111110100011011111111010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED99F; }

 p { color: rgb(174,217,159); }

 H1.HeaderClassName
 {
   color: #AED99F;
 }
 .AnyTagClassName
 {
   color: #AED99F;
 }
</style>
background-color css

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

 a { background-color: rgb(174,217,159); }

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

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

 span { border-color: rgb(174,217,159); }

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