#ADDB9D

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

Shades of Madang #ADDB9D

Tints of Madang #ADDB9D

Color information

#ADDB9D (or 0xADDB9D) is unknown color: approx Madang. HEX triplet: AD, DB and 9D. RGB value is (173,219,157). Sum of RGB (Red+Green+Blue) = 173+219+157=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB9D is #522462. Grayscale: #C6C6C6. Windows color (decimal): -5383267 or 10345389. OLE color: 10345389.

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

Color convert

RGB173219157-
CMYK0.2100.280.14
HSL104.52º46.27%73.73%-
HSV(B)104.52º28.31%85.88%-
XYZ48.6561.9841.3-
YUV198.18104.76110.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=31.51%
G=39.89%
B=28.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191570.2100.280.14104.5246.2773.73
HexADDB9D1501CE692e4a
Octal255333235250341615156112
Binary10101101110110111001110110101011100111011010011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB9D; }

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

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

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

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

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

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

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

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