#ADDC9D

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

Shades of Madang #ADDC9D

Tints of Madang #ADDC9D

Color information

#ADDC9D (or 0xADDC9D) is unknown color: approx Madang. HEX triplet: AD, DC and 9D. RGB value is (173,220,157). Sum of RGB (Red+Green+Blue) = 173+220+157=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC9D is #522362. Grayscale: #C6C6C6. Windows color (decimal): -5383011 or 10345645. OLE color: 10345645.

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

Color convert

RGB173220157-
CMYK0.2100.290.14
HSL104.76º47.37%73.92%-
HSV(B)104.76º28.64%86.27%-
XYZ48.9162.541.38-
YUV198.76104.43109.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=31.45%
G=40%
B=28.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201570.2100.290.14104.7647.3773.92
HexADDC9D1501DE692f4a
Octal255334235250351615157112
Binary10101101110111001001110110101011101111011010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC9D; }

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

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

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

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

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

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

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

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