#ADD49C

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

Shades of Madang #ADD49C

Tints of Madang #ADD49C

Color information

#ADD49C (or 0xADD49C) is unknown color: approx Madang. HEX triplet: AD, D4 and 9C. RGB value is (173,212,156). Sum of RGB (Red+Green+Blue) = 173+212+156=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD49C is #522B63. Grayscale: #C2C2C2. Windows color (decimal): -5385060 or 10278061. OLE color: 10278061.

HSL color Cylindrical-coordinate representation of color #ADD49C: hue angle of 101.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD49C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB173212156-
CMYK0.1800.260.17
HSL101.79º39.44%72.16%-
HSV(B)101.79º26.42%83.14%-
XYZ46.7858.3740.25-
YUV193.96106.58113.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=31.98%
G=39.19%
B=28.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121560.1800.260.17101.7939.4472.16
HexADD49C1201A11662748
Octal255324234220322114647110
Binary101011011101010010011100100100110101000111001101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD49C; }

 p { color: rgb(173,212,156); }

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

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

 a { background-color: rgb(173,212,156); }

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

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

 span { border-color: rgb(173,212,156); }

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