#AFE19D

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

Shades of Madang #AFE19D

Tints of Madang #AFE19D

Color information

#AFE19D (or 0xAFE19D) is unknown color: approx Madang. HEX triplet: AF, E1 and 9D. RGB value is (175,225,157). Sum of RGB (Red+Green+Blue) = 175+225+157=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE19D is #501E62. Grayscale: #CACACA. Windows color (decimal): -5250659 or 10346927. OLE color: 10346927.

HSL color Cylindrical-coordinate representation of color #AFE19D: hue angle of 104.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE19D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB175225157-
CMYK0.2200.300.12
HSL104.12º53.12%74.9%-
HSV(B)104.12º30.22%88.24%-
XYZ50.6965.441.85-
YUV202.3102.44108.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=31.42%
G=40.39%
B=28.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251570.2200.300.12104.1253.1274.9
HexAFE19D1601EC68354b
Octal257341235260361415065113
Binary10101111111000011001110110110011110110011010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE19D; }

 p { color: rgb(175,225,157); }

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

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

 a { background-color: rgb(175,225,157); }

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

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

 span { border-color: rgb(175,225,157); }

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