#ADDEA0

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

Shades of Madang #ADDEA0

Tints of Madang #ADDEA0

Color information

#ADDEA0 (or 0xADDEA0) is unknown color: approx Madang. HEX triplet: AD, DE and A0. RGB value is (173,222,160). Sum of RGB (Red+Green+Blue) = 173+222+160=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEA0 is #52215F. Grayscale: #C8C8C8. Windows color (decimal): -5382496 or 10542765. OLE color: 10542765.

HSL color Cylindrical-coordinate representation of color #ADDEA0: hue angle of 107.42º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDEA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB173222160-
CMYK0.2200.280.13
HSL107.42º48.44%74.9%-
HSV(B)107.42º27.93%87.06%-
XYZ49.763.6642.93-
YUV200.28105.27108.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=31.17%
G=40%
B=28.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221600.2200.280.13107.4248.4474.9
HexADDEA01601CD6b304b
Octal255336240260341515360113
Binary10101101110111101010000010110011100110111010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEA0; }

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

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

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

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

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

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

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

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