#AFE5A2

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

Shades of Madang #AFE5A2

Tints of Madang #AFE5A2

Color information

#AFE5A2 (or 0xAFE5A2) is unknown color: approx Madang. HEX triplet: AF, E5 and A2. RGB value is (175,229,162). Sum of RGB (Red+Green+Blue) = 175+229+162=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 162 (63.67% from 255 or 28.62% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A2 is #501A5D. Grayscale: #CDCDCD. Windows color (decimal): -5249630 or 10675631. OLE color: 10675631.

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

Color convert

RGB175229162-
CMYK0.2400.290.10
HSL108.36º56.3%76.67%-
HSV(B)108.36º29.26%89.8%-
XYZ52.2267.7644.51-
YUV205.22103.61106.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 229 (89.84% from 255) = 40.46%
BLUE value IS 162 (63.67% from 255) = 28.62%
R=30.92%
G=40.46%
B=28.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291620.2400.290.10108.3656.376.67
HexAFE5A21801DA6c384d
Octal257345242300351215470115
Binary10101111111001011010001011000011101101011011001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5A2; }

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

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

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

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

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

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

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

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