#AFEB9F

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

Shades of Madang #AFEB9F

Tints of Madang #AFEB9F

Color information

#AFEB9F (or 0xAFEB9F) is unknown color: approx Madang. HEX triplet: AF, EB and 9F. RGB value is (175,235,159). Sum of RGB (Red+Green+Blue) = 175+235+159=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9F is #501460. Grayscale: #D0D0D0. Windows color (decimal): -5248097 or 10480559. OLE color: 10480559.

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

Color convert

RGB175235159-
CMYK0.2600.320.08
HSL107.37º65.52%77.25%-
HSV(B)107.37º32.34%92.16%-
XYZ53.6571.0343.68-
YUV208.4100.12104.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=30.76%
G=41.30%
B=27.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351590.2600.320.08107.3765.5277.25
HexAFEB9F1A02086b424d
Octal2573532373204010153102115
Binary1010111111101011100111111101001000001000110101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB9F; }

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

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

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

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

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

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

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

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