#afd39f

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

Shades of Madang #AFD39F

Tints of Madang #AFD39F

Color information

#AFD39F (or 0xAFD39F) is unknown color: approx Madang. HEX triplet: AF, D3 and 9F. RGB value is (175,211,159). Sum of RGB (Red+Green+Blue) = 175+211+159=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD39F is #502C60. Grayscale: #C2C2C2. Windows color (decimal): -5254241 or 10474415. OLE color: 10474415.

HSL color Cylindrical-coordinate representation of color #AFD39F: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD39F is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB175211159-
CMYK0.1700.250.17
HSL101.54º37.14%72.55%-
HSV(B)101.54º24.64%82.75%-
XYZ47.2358.2141.55-
YUV194.31108.07114.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=32.11%
G=38.72%
B=29.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111590.1700.250.17101.5437.1472.55
HexAFD39F1101911662549
Octal257323237210312114645111
Binary101011111101001110011111100010110011000111001101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd39f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd39f; }

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

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

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

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

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

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

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

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