#ADD99D

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

Shades of Madang #ADD99D

Tints of Madang #ADD99D

Color information

#ADD99D (or 0xADD99D) is unknown color: approx Madang. HEX triplet: AD, D9 and 9D. RGB value is (173,217,157). Sum of RGB (Red+Green+Blue) = 173+217+157=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD99D is #522662. Grayscale: #C5C5C5. Windows color (decimal): -5383779 or 10344877. OLE color: 10344877.

HSL color Cylindrical-coordinate representation of color #ADD99D: hue angle of 104º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD99D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB173217157-
CMYK0.2000.280.15
HSL104º44.12%73.33%-
HSV(B)104º27.65%85.1%-
XYZ48.1360.9441.12-
YUV197105.42110.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=31.63%
G=39.67%
B=28.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171570.2000.280.1510444.1273.33
HexADD99D1401CF682c49
Octal255331235240341715054111
Binary10101101110110011001110110100011100111111010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD99D; }

 p { color: rgb(173,217,157); }

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

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

 a { background-color: rgb(173,217,157); }

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

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

 span { border-color: rgb(173,217,157); }

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