#AFDE9D

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

Shades of Madang #AFDE9D

Tints of Madang #AFDE9D

Color information

#AFDE9D (or 0xAFDE9D) is unknown color: approx Madang. HEX triplet: AF, DE and 9D. RGB value is (175,222,157). Sum of RGB (Red+Green+Blue) = 175+222+157=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE9D is #502162. Grayscale: #C8C8C8. Windows color (decimal): -5251427 or 10346159. OLE color: 10346159.

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

Color convert

RGB175222157-
CMYK0.2100.290.13
HSL103.38º49.62%74.31%-
HSV(B)103.38º29.28%87.06%-
XYZ49.8963.7941.58-
YUV200.54103.43109.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=31.59%
G=40.07%
B=28.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221570.2100.290.13103.3849.6274.31
HexAFDE9D1501DD67324a
Octal257336235250351514762112
Binary10101111110111101001110110101011101110111001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE9D; }

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

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

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

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

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

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

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

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