#AED69C

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

Shades of Madang #AED69C

Tints of Madang #AED69C

Color information

#AED69C (or 0xAED69C) is unknown color: approx Madang. HEX triplet: AE, D6 and 9C. RGB value is (174,214,156). Sum of RGB (Red+Green+Blue) = 174+214+156=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #AED69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED69C is #512963. Grayscale: #C3C3C3. Windows color (decimal): -5319012 or 10278574. OLE color: 10278574.

HSL color Cylindrical-coordinate representation of color #AED69C: hue angle of 101.38º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED69C is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB174214156-
CMYK0.1900.270.16
HSL101.38º41.43%72.55%-
HSV(B)101.38º27.1%83.92%-
XYZ47.559.4940.43-
YUV195.43105.75112.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=31.99%
G=39.34%
B=28.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141560.1900.270.16101.3841.4372.55
HexAED69C1301B10652949
Octal256326234230332014551111
Binary101011101101011010011100100110110111000011001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED69C; }

 p { color: rgb(174,214,156); }

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

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

 a { background-color: rgb(174,214,156); }

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

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

 span { border-color: rgb(174,214,156); }

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