#AFE29F

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

Shades of Madang #AFE29F

Tints of Madang #AFE29F

Color information

#AFE29F (or 0xAFE29F) is unknown color: approx Madang. HEX triplet: AF, E2 and 9F. RGB value is (175,226,159). Sum of RGB (Red+Green+Blue) = 175+226+159=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE29F is #501D60. Grayscale: #CBCBCB. Windows color (decimal): -5250401 or 10478255. OLE color: 10478255.

HSL color Cylindrical-coordinate representation of color #AFE29F: hue angle of 105.67º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE29F is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB175226159-
CMYK0.2300.300.11
HSL105.67º53.6%75.49%-
HSV(B)105.67º29.65%88.63%-
XYZ51.1366.0142.85-
YUV203.11103.1107.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=31.25%
G=40.36%
B=28.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261590.2300.300.11105.6753.675.49
HexAFE29F1701EB6a364b
Octal257342237270361315266113
Binary10101111111000101001111110111011110101111010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE29F; }

 p { color: rgb(175,226,159); }

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

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

 a { background-color: rgb(175,226,159); }

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

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

 span { border-color: rgb(175,226,159); }

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