#AFDD9F

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

Shades of Madang #AFDD9F

Tints of Madang #AFDD9F

Color information

#AFDD9F (or 0xAFDD9F) is unknown color: approx Madang. HEX triplet: AF, DD and 9F. RGB value is (175,221,159). Sum of RGB (Red+Green+Blue) = 175+221+159=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD9F is #502260. Grayscale: #C8C8C8. Windows color (decimal): -5251681 or 10476975. OLE color: 10476975.

HSL color Cylindrical-coordinate representation of color #AFDD9F: hue angle of 104.52º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDD9F is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB175221159-
CMYK0.2100.280.13
HSL104.52º47.69%74.51%-
HSV(B)104.52º28.05%86.67%-
XYZ49.7963.3342.4-
YUV200.18104.76110.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=31.53%
G=39.82%
B=28.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211590.2100.280.13104.5247.6974.51
HexAFDD9F1501CD69304b
Octal257335237250341515160113
Binary10101111110111011001111110101011100110111010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD9F; }

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

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

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

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

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

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

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

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