#AEDD98

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

Shades of Madang #AEDD98

Tints of Madang #AEDD98

Color information

#AEDD98 (or 0xAEDD98) is unknown color: approx Madang. HEX triplet: AE, DD and 98. RGB value is (174,221,152). Sum of RGB (Red+Green+Blue) = 174+221+152=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD98 is #512267. Grayscale: #C7C7C7. Windows color (decimal): -5317224 or 10018222. OLE color: 10018222.

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

Color convert

RGB174221152-
CMYK0.2100.310.13
HSL100.87º50.36%73.14%-
HSV(B)100.87º31.22%86.67%-
XYZ48.9862.9839.28-
YUV199.08101.43110.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=31.81%
G=40.40%
B=27.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211520.2100.310.13100.8750.3673.14
HexAEDD981501FD653249
Octal256335230250371514562111
Binary10101110110111011001100010101011111110111001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD98; }

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

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

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

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

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

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

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

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