#ADEC95

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

Shades of Madang #ADEC95

Tints of Madang #ADEC95

Color information

#ADEC95 (or 0xADEC95) is unknown color: approx Madang. HEX triplet: AD, EC and 95. RGB value is (173,236,149). Sum of RGB (Red+Green+Blue) = 173+236+149=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC95 is #52136A. Grayscale: #CFCFCF. Windows color (decimal): -5378923 or 9825453. OLE color: 9825453.

HSL color Cylindrical-coordinate representation of color #ADEC95: hue angle of 103.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADEC95 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB173236149-
CMYK0.2700.370.07
HSL103.45º69.6%75.49%-
HSV(B)103.45º36.86%92.55%-
XYZ52.6571.0539.37-
YUV207.2495.13103.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=31.00%
G=42.29%
B=26.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361490.2700.370.07103.4569.675.49
HexADEC951B025767464b
Octal255354225330457147106113
Binary101011011110110010010101110110100101111110011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC95; }

 p { color: rgb(173,236,149); }

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

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

 a { background-color: rgb(173,236,149); }

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

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

 span { border-color: rgb(173,236,149); }

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