#AFDC9D

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

Shades of Madang #AFDC9D

Tints of Madang #AFDC9D

Color information

#AFDC9D (or 0xAFDC9D) is unknown color: approx Madang. HEX triplet: AF, DC and 9D. RGB value is (175,220,157). Sum of RGB (Red+Green+Blue) = 175+220+157=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC9D is #502362. Grayscale: #C7C7C7. Windows color (decimal): -5251939 or 10345647. OLE color: 10345647.

HSL color Cylindrical-coordinate representation of color #AFDC9D: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDC9D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB175220157-
CMYK0.2000.290.14
HSL102.86º47.37%73.92%-
HSV(B)102.86º28.64%86.27%-
XYZ49.3662.7341.41-
YUV199.36104.09110.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=31.70%
G=39.86%
B=28.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201570.2000.290.14102.8647.3773.92
HexAFDC9D1401DE672f4a
Octal257334235240351614757112
Binary10101111110111001001110110100011101111011001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC9D; }

 p { color: rgb(175,220,157); }

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

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

 a { background-color: rgb(175,220,157); }

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

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

 span { border-color: rgb(175,220,157); }

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