#AEDF96

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

Shades of Madang #AEDF96

Tints of Madang #AEDF96

Color information

#AEDF96 (or 0xAEDF96) is unknown color: approx Madang. HEX triplet: AE, DF and 96. RGB value is (174,223,150). Sum of RGB (Red+Green+Blue) = 174+223+150=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF96 is #512069. Grayscale: #C8C8C8. Windows color (decimal): -5316714 or 9887662. OLE color: 9887662.

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

Color convert

RGB174223150-
CMYK0.2200.330.13
HSL100.27º53.28%73.14%-
HSV(B)100.27º32.74%87.45%-
XYZ49.3563.9838.6-
YUV200.0399.77109.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=31.81%
G=40.77%
B=27.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231500.2200.330.13100.2753.2873.14
HexAEDF9616021D643549
Octal256337226260411514465111
Binary101011101101111110010110101100100001110111001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDF96; }

 p { color: rgb(174,223,150); }

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

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

 a { background-color: rgb(174,223,150); }

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

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

 span { border-color: rgb(174,223,150); }

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