#ADDFA0

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

Shades of Madang #ADDFA0

Tints of Madang #ADDFA0

Color information

#ADDFA0 (or 0xADDFA0) is unknown color: approx Madang. HEX triplet: AD, DF and A0. RGB value is (173,223,160). Sum of RGB (Red+Green+Blue) = 173+223+160=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFA0 is #52205F. Grayscale: #C9C9C9. Windows color (decimal): -5382240 or 10543021. OLE color: 10543021.

HSL color Cylindrical-coordinate representation of color #ADDFA0: hue angle of 107.62º degrees, saturation: 0.5, 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 #ADDFA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB173223160-
CMYK0.2200.280.13
HSL107.62º49.61%75.1%-
HSV(B)107.62º28.25%87.45%-
XYZ49.9764.243.02-
YUV200.87104.94108.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=31.12%
G=40.11%
B=28.78%

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
Decimal1732231600.2200.280.13107.6249.6175.1
HexADDFA01601CD6c324b
Octal255337240260341515462113
Binary10101101110111111010000010110011100110111011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFA0; }

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

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

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

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

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

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

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

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