#ADF1A0

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

Shades of Madang #ADF1A0

Tints of Madang #ADF1A0

Color information

#ADF1A0 (or 0xADF1A0) is unknown color: approx Madang. HEX triplet: AD, F1 and A0. RGB value is (173,241,160). Sum of RGB (Red+Green+Blue) = 173+241+160=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF1A0 is #520E5F. Grayscale: #D3D3D3. Windows color (decimal): -5377632 or 10547629. OLE color: 10547629.

HSL color Cylindrical-coordinate representation of color #ADF1A0: hue angle of 110.37º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADF1A0 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB173241160-
CMYK0.2800.340.05
HSL110.37º74.31%78.63%-
HSV(B)110.37º33.61%94.51%-
XYZ55.0374.3344.7-
YUV211.4398.97100.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 160 (62.89% from 255) = 27.87%
R=30.14%
G=41.99%
B=27.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411600.2800.340.05110.3774.3178.63
HexADF1A01C02256e4a4f
Octal255361240340425156112117
Binary101011011111000110100000111000100010101110111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1A0; }

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

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

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

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

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

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

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

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