#AFE5A6

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

Shades of Madang #AFE5A6

Tints of Madang #AFE5A6

Color information

#AFE5A6 (or 0xAFE5A6) is unknown color: approx Madang. HEX triplet: AF, E5 and A6. RGB value is (175,229,166). Sum of RGB (Red+Green+Blue) = 175+229+166=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A6 is #501A59. Grayscale: #CDCDCD. Windows color (decimal): -5249626 or 10937775. OLE color: 10937775.

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

Color convert

RGB175229166-
CMYK0.2400.280.10
HSL111.43º54.78%77.45%-
HSV(B)111.43º27.51%89.8%-
XYZ52.5867.9146.41-
YUV205.67105.61106.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 166 (65.23% from 255) = 29.12%
R=30.70%
G=40.18%
B=29.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291660.2400.280.10111.4354.7877.45
HexAFE5A61801CA6f374d
Octal257345246300341215767115
Binary10101111111001011010011011000011100101011011111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5A6; }

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

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

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

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

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

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

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

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