#ADE495

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

Shades of Madang #ADE495

Tints of Madang #ADE495

Color information

#ADE495 (or 0xADE495) is unknown color: approx Madang. HEX triplet: AD, E4 and 95. RGB value is (173,228,149). Sum of RGB (Red+Green+Blue) = 173+228+149=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE495 is #521B6A. Grayscale: #CACACA. Windows color (decimal): -5380971 or 9823405. OLE color: 9823405.

HSL color Cylindrical-coordinate representation of color #ADE495: hue angle of 101.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADE495 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB173228149-
CMYK0.2400.350.11
HSL101.77º59.4%73.92%-
HSV(B)101.77º34.65%89.41%-
XYZ50.466.5438.62-
YUV202.5597.78106.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=31.45%
G=41.45%
B=27.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732281490.2400.350.11101.7759.473.92
HexADE49518023B663b4a
Octal255344225300431314673112
Binary101011011110010010010101110000100011101111001101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE495; }

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

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

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

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

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

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

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

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