#AFE49C

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

Shades of Madang #AFE49C

Tints of Madang #AFE49C

Color information

#AFE49C (or 0xAFE49C) is unknown color: approx Madang. HEX triplet: AF, E4 and 9C. RGB value is (175,228,156). Sum of RGB (Red+Green+Blue) = 175+228+156=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49C is #501B63. Grayscale: #CCCCCC. Windows color (decimal): -5249892 or 10282159. OLE color: 10282159.

HSL color Cylindrical-coordinate representation of color #AFE49C: hue angle of 104.17º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE49C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB175228156-
CMYK0.2300.320.11
HSL104.17º57.14%75.29%-
HSV(B)104.17º31.58%89.41%-
XYZ51.426741.67-
YUV203.94100.94107.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=31.31%
G=40.79%
B=27.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281560.2300.320.11104.1757.1475.29
HexAFE49C17020B68394b
Octal257344234270401315071113
Binary101011111110010010011100101110100000101111010001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE49C; }

 p { color: rgb(175,228,156); }

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

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

 a { background-color: rgb(175,228,156); }

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

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

 span { border-color: rgb(175,228,156); }

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