#AFE5A1

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

Shades of Madang #AFE5A1

Tints of Madang #AFE5A1

Color information

#AFE5A1 (or 0xAFE5A1) is unknown color: approx Madang. HEX triplet: AF, E5 and A1. RGB value is (175,229,161). Sum of RGB (Red+Green+Blue) = 175+229+161=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A1 is #501A5E. Grayscale: #CDCDCD. Windows color (decimal): -5249631 or 10610095. OLE color: 10610095.

HSL color Cylindrical-coordinate representation of color #AFE5A1: hue angle of 107.65º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE5A1 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB175229161-
CMYK0.2400.300.10
HSL107.65º56.67%76.47%-
HSV(B)107.65º29.69%89.8%-
XYZ52.1367.7344.04-
YUV205.1103.11106.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=30.97%
G=40.53%
B=28.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291610.2400.300.10107.6556.6776.47
HexAFE5A11801EA6c394c
Octal257345241300361215471114
Binary10101111111001011010000111000011110101011011001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5A1; }

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

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

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

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

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

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

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

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