#AFD89B

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

Shades of Madang #AFD89B

Tints of Madang #AFD89B

Color information

#AFD89B (or 0xAFD89B) is unknown color: approx Madang. HEX triplet: AF, D8 and 9B. RGB value is (175,216,155). Sum of RGB (Red+Green+Blue) = 175+216+155=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD89B is #502764. Grayscale: #C4C4C4. Windows color (decimal): -5252965 or 10213551. OLE color: 10213551.

HSL color Cylindrical-coordinate representation of color #AFD89B: hue angle of 100.33º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD89B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB175216155-
CMYK0.1900.280.15
HSL100.33º43.88%72.75%-
HSV(B)100.33º28.24%84.71%-
XYZ48.1560.5940.17-
YUV196.79104.42112.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=32.05%
G=39.56%
B=28.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161550.1900.280.15100.3343.8872.75
HexAFD89B1301CF642c49
Octal257330233230341714454111
Binary10101111110110001001101110011011100111111001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD89B; }

 p { color: rgb(175,216,155); }

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

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

 a { background-color: rgb(175,216,155); }

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

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

 span { border-color: rgb(175,216,155); }

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