#AFE1A5

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

Shades of Madang #AFE1A5

Tints of Madang #AFE1A5

Color information

#AFE1A5 (or 0xAFE1A5) is unknown color: approx Madang. HEX triplet: AF, E1 and A5. RGB value is (175,225,165). Sum of RGB (Red+Green+Blue) = 175+225+165=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1A5 is #501E5A. Grayscale: #CBCBCB. Windows color (decimal): -5250651 or 10871215. OLE color: 10871215.

HSL color Cylindrical-coordinate representation of color #AFE1A5: hue angle of 110º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE1A5 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB175225165-
CMYK0.2200.270.12
HSL110º50%76.47%-
HSV(B)110º26.67%88.24%-
XYZ51.465.6845.57-
YUV203.21106.44107.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=30.97%
G=39.82%
B=29.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251650.2200.270.121105076.47
HexAFE1A51601BC6e324c
Octal257341245260331415662114
Binary10101111111000011010010110110011011110011011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1A5; }

 p { color: rgb(175,225,165); }

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

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

 a { background-color: rgb(175,225,165); }

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

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

 span { border-color: rgb(175,225,165); }

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