#AEDB98

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

Shades of Madang #AEDB98

Tints of Madang #AEDB98

Color information

#AEDB98 (or 0xAEDB98) is unknown color: approx Madang. HEX triplet: AE, DB and 98. RGB value is (174,219,152). Sum of RGB (Red+Green+Blue) = 174+219+152=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB98 is #512467. Grayscale: #C6C6C6. Windows color (decimal): -5317736 or 10017710. OLE color: 10017710.

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

Color convert

RGB174219152-
CMYK0.2100.310.14
HSL100.3º48.2%72.75%-
HSV(B)100.3º30.59%85.88%-
XYZ48.4561.9339.11-
YUV197.91102.09110.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=31.93%
G=40.18%
B=27.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191520.2100.310.14100.348.272.75
HexAEDB981501FE643049
Octal256333230250371614460111
Binary10101110110110111001100010101011111111011001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB98; }

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

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

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

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

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

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

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

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