#AEDE98

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

Shades of Madang #AEDE98

Tints of Madang #AEDE98

Color information

#AEDE98 (or 0xAEDE98) is unknown color: approx Madang. HEX triplet: AE, DE and 98. RGB value is (174,222,152). Sum of RGB (Red+Green+Blue) = 174+222+152=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE98 is #512167. Grayscale: #C7C7C7. Windows color (decimal): -5316968 or 10018478. OLE color: 10018478.

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

Color convert

RGB174222152-
CMYK0.2200.320.13
HSL101.14º51.47%73.33%-
HSV(B)101.14º31.53%87.06%-
XYZ49.2463.5139.37-
YUV199.67101.1109.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=31.75%
G=40.51%
B=27.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221520.2200.320.13101.1451.4773.33
HexAEDE9816020D653349
Octal256336230260401514563111
Binary101011101101111010011000101100100000110111001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE98; }

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

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

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

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

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

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

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

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