#AFE196

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

Shades of Madang #AFE196

Tints of Madang #AFE196

Color information

#AFE196 (or 0xAFE196) is unknown color: approx Madang. HEX triplet: AF, E1 and 96. RGB value is (175,225,150). Sum of RGB (Red+Green+Blue) = 175+225+150=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE196 is #501E69. Grayscale: #C9C9C9. Windows color (decimal): -5250666 or 9888175. OLE color: 9888175.

HSL color Cylindrical-coordinate representation of color #AFE196: hue angle of 100º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE196 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB175225150-
CMYK0.2200.330.12
HSL100º55.56%73.53%-
HSV(B)100º33.33%88.24%-
XYZ50.1165.1738.79-
YUV201.598.94109.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251500.2200.330.1210055.5673.53
HexAFE19616021C64384a
Octal257341226260411414470112
Binary101011111110000110010110101100100001110011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE196; }

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

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

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

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

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

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

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

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