#AFE996

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

Shades of Madang #AFE996

Tints of Madang #AFE996

Color information

#AFE996 (or 0xAFE996) is unknown color: approx Madang. HEX triplet: AF, E9 and 96. RGB value is (175,233,150). Sum of RGB (Red+Green+Blue) = 175+233+150=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE996 is #501669. Grayscale: #CECECE. Windows color (decimal): -5248618 or 9890223. OLE color: 9890223.

HSL color Cylindrical-coordinate representation of color #AFE996: hue angle of 101.93º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE996 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB175233150-
CMYK0.2500.360.09
HSL101.93º65.35%75.1%-
HSV(B)101.93º35.62%91.37%-
XYZ52.3269.5939.53-
YUV206.296.28105.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 233 (91.41% from 255) = 41.76%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=31.36%
G=41.76%
B=26.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331500.2500.360.09101.9365.3575.1
HexAFE99619024966414b
Octal2573512263104411146101113
Binary1010111111101001100101101100101001001001110011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE996; }

 p { color: rgb(175,233,150); }

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

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

 a { background-color: rgb(175,233,150); }

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

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

 span { border-color: rgb(175,233,150); }

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