#ADDB9B

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

Shades of Madang #ADDB9B

Tints of Madang #ADDB9B

Color information

#ADDB9B (or 0xADDB9B) is unknown color: approx Madang. HEX triplet: AD, DB and 9B. RGB value is (173,219,155). Sum of RGB (Red+Green+Blue) = 173+219+155=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB9B is #522464. Grayscale: #C6C6C6. Windows color (decimal): -5383269 or 10214317. OLE color: 10214317.

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

Color convert

RGB173219155-
CMYK0.2100.290.14
HSL103.12º47.06%73.33%-
HSV(B)103.12º29.22%85.88%-
XYZ48.4861.9140.41-
YUV197.95103.76110.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=31.63%
G=40.04%
B=28.34%

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
Decimal1732191550.2100.290.14103.1247.0673.33
HexADDB9B1501DE672f49
Octal255333233250351614757111
Binary10101101110110111001101110101011101111011001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB9B; }

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

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

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

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

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

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

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

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