#AFE895

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

Shades of Madang #AFE895

Tints of Madang #AFE895

Color information

#AFE895 (or 0xAFE895) is unknown color: approx Madang. HEX triplet: AF, E8 and 95. RGB value is (175,232,149). Sum of RGB (Red+Green+Blue) = 175+232+149=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE895 is #50176A. Grayscale: #CDCDCD. Windows color (decimal): -5248875 or 9824431. OLE color: 9824431.

HSL color Cylindrical-coordinate representation of color #AFE895: hue angle of 101.2º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE895 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB175232149-
CMYK0.2500.360.09
HSL101.2º64.34%74.71%-
HSV(B)101.2º35.78%90.98%-
XYZ51.966939.01-
YUV205.4996.12106.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=31.47%
G=41.73%
B=26.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321490.2500.360.09101.264.3474.71
HexAFE89519024965404b
Octal2573502253104411145100113
Binary1010111111101000100101011100101001001001110010110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE895; }

 p { color: rgb(175,232,149); }

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

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

 a { background-color: rgb(175,232,149); }

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

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

 span { border-color: rgb(175,232,149); }

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