#ADDBA0

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

Shades of Madang #ADDBA0

Tints of Madang #ADDBA0

Color information

#ADDBA0 (or 0xADDBA0) is unknown color: approx Madang. HEX triplet: AD, DB and A0. RGB value is (173,219,160). Sum of RGB (Red+Green+Blue) = 173+219+160=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA0 is #52245F. Grayscale: #C6C6C6. Windows color (decimal): -5383264 or 10541997. OLE color: 10541997.

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

Color convert

RGB173219160-
CMYK0.2100.270.14
HSL106.78º45.04%74.31%-
HSV(B)106.78º26.94%85.88%-
XYZ48.9162.0942.66-
YUV198.52106.26109.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=31.34%
G=39.67%
B=28.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191600.2100.270.14106.7845.0474.31
HexADDBA01501BE6b2d4a
Octal255333240250331615355112
Binary10101101110110111010000010101011011111011010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBA0; }

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

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

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

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

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

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

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

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