#AEDC99

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

Shades of Madang #AEDC99

Tints of Madang #AEDC99

Color information

#AEDC99 (or 0xAEDC99) is unknown color: approx Madang. HEX triplet: AE, DC and 99. RGB value is (174,220,153). Sum of RGB (Red+Green+Blue) = 174+220+153=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC99 is #512366. Grayscale: #C6C6C6. Windows color (decimal): -5317479 or 10083502. OLE color: 10083502.

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

Color convert

RGB174220153-
CMYK0.2100.300.14
HSL101.19º48.91%73.14%-
HSV(B)101.19º30.45%86.27%-
XYZ48.862.4839.63-
YUV198.61102.26110.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=31.81%
G=40.22%
B=27.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201530.2100.300.14101.1948.9173.14
HexAEDC991501EE653149
Octal256334231250361614561111
Binary10101110110111001001100110101011110111011001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC99; }

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

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

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

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

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

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

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

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