#AFE5A7

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

Shades of Madang #AFE5A7

Tints of Madang #AFE5A7

Color information

#AFE5A7 (or 0xAFE5A7) is unknown color: approx Madang. HEX triplet: AF, E5 and A7. RGB value is (175,229,167). Sum of RGB (Red+Green+Blue) = 175+229+167=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A7 is #501A58. Grayscale: #CDCDCD. Windows color (decimal): -5249625 or 11003311. OLE color: 11003311.

HSL color Cylindrical-coordinate representation of color #AFE5A7: hue angle of 112.26º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE5A7 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB175229167-
CMYK0.2400.270.10
HSL112.26º54.39%77.65%-
HSV(B)112.26º27.07%89.8%-
XYZ52.6767.9446.9-
YUV205.79106.11106.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 229 (89.84% from 255) = 40.11%
BLUE value IS 167 (65.62% from 255) = 29.25%
R=30.65%
G=40.11%
B=29.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291670.2400.270.10112.2654.3977.65
HexAFE5A71801BA70364e
Octal257345247300331216066116
Binary10101111111001011010011111000011011101011100001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5A7; }

 p { color: rgb(175,229,167); }

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

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

 a { background-color: rgb(175,229,167); }

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

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

 span { border-color: rgb(175,229,167); }

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