#AFEB9D

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

Shades of Madang #AFEB9D

Tints of Madang #AFEB9D

Color information

#AFEB9D (or 0xAFEB9D) is unknown color: approx Madang. HEX triplet: AF, EB and 9D. RGB value is (175,235,157). Sum of RGB (Red+Green+Blue) = 175+235+157=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9D is #501462. Grayscale: #D0D0D0. Windows color (decimal): -5248099 or 10349487. OLE color: 10349487.

HSL color Cylindrical-coordinate representation of color #AFEB9D: hue angle of 106.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFEB9D is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB175235157-
CMYK0.2600.330.08
HSL106.15º66.1%76.86%-
HSV(B)106.15º33.19%92.16%-
XYZ53.4770.9642.78-
YUV208.1799.12104.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=30.86%
G=41.45%
B=27.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351570.2600.330.08106.1566.176.86
HexAFEB9D1A02186a424d
Octal2573532353204110152102115
Binary1010111111101011100111011101001000011000110101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB9D; }

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

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

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

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

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

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

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

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