#AFE49E

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

Shades of Madang #AFE49E

Tints of Madang #AFE49E

Color information

#AFE49E (or 0xAFE49E) is unknown color: approx Madang. HEX triplet: AF, E4 and 9E. RGB value is (175,228,158). Sum of RGB (Red+Green+Blue) = 175+228+158=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49E is #501B61. Grayscale: #CCCCCC. Windows color (decimal): -5249890 or 10413231. OLE color: 10413231.

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

Color convert

RGB175228158-
CMYK0.2300.310.11
HSL105.43º56.45%75.69%-
HSV(B)105.43º30.7%89.41%-
XYZ51.5967.0742.57-
YUV204.17101.94107.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 228 (89.45% from 255) = 40.64%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=31.19%
G=40.64%
B=28.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281580.2300.310.11105.4356.4575.69
HexAFE49E1701FB69384c
Octal257344236270371315170114
Binary10101111111001001001111010111011111101111010011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE49E; }

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

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

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

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

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

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

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

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