#ADDCA0

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

Shades of Madang #ADDCA0

Tints of Madang #ADDCA0

Color information

#ADDCA0 (or 0xADDCA0) is unknown color: approx Madang. HEX triplet: AD, DC and A0. RGB value is (173,220,160). Sum of RGB (Red+Green+Blue) = 173+220+160=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCA0 is #52235F. Grayscale: #C7C7C7. Windows color (decimal): -5383008 or 10542253. OLE color: 10542253.

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

Color convert

RGB173220160-
CMYK0.2100.270.14
HSL107º46.15%74.51%-
HSV(B)107º27.27%86.27%-
XYZ49.1762.6142.75-
YUV199.11105.93109.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 160 (62.89% from 255) = 28.93%
R=31.28%
G=39.78%
B=28.93%

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
Decimal1732201600.2100.270.1410746.1574.51
HexADDCA01501BE6b2e4b
Octal255334240250331615356113
Binary10101101110111001010000010101011011111011010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCA0; }

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

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

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

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

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

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

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

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