#AFE1A4

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

Shades of Madang #AFE1A4

Tints of Madang #AFE1A4

Color information

#AFE1A4 (or 0xAFE1A4) is unknown color: approx Madang. HEX triplet: AF, E1 and A4. RGB value is (175,225,164). Sum of RGB (Red+Green+Blue) = 175+225+164=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1A4 is #501E5B. Grayscale: #CBCBCB. Windows color (decimal): -5250652 or 10805679. OLE color: 10805679.

HSL color Cylindrical-coordinate representation of color #AFE1A4: hue angle of 109.18º 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 #AFE1A4 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB175225164-
CMYK0.2200.270.12
HSL109.18º50.41%76.27%-
HSV(B)109.18º27.11%88.24%-
XYZ51.3165.6445.09-
YUV203.1105.94107.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=31.03%
G=39.89%
B=29.08%

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
Decimal1752251640.2200.270.12109.1850.4176.27
HexAFE1A41601BC6d324c
Octal257341244260331415562114
Binary10101111111000011010010010110011011110011011011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1A4; }

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

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

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

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

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

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

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

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