#ADEB95

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

Shades of Madang #ADEB95

Tints of Madang #ADEB95

Color information

#ADEB95 (or 0xADEB95) is unknown color: approx Madang. HEX triplet: AD, EB and 95. RGB value is (173,235,149). Sum of RGB (Red+Green+Blue) = 173+235+149=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB95 is #52146A. Grayscale: #CECECE. Windows color (decimal): -5379179 or 9825197. OLE color: 9825197.

HSL color Cylindrical-coordinate representation of color #ADEB95: hue angle of 103.26º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADEB95 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB173235149-
CMYK0.2600.370.08
HSL103.26º68.25%75.29%-
HSV(B)103.26º36.6%92.16%-
XYZ52.3770.4739.28-
YUV206.6695.46103.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=31.06%
G=42.19%
B=26.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351490.2600.370.08103.2668.2575.29
HexADEB951A025867444b
Octal2553532253204510147104113
Binary1010110111101011100101011101001001011000110011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB95; }

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

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

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

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

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

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

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

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