#AFE99D

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

Shades of Madang #AFE99D

Tints of Madang #AFE99D

Color information

#AFE99D (or 0xAFE99D) is unknown color: approx Madang. HEX triplet: AF, E9 and 9D. RGB value is (175,233,157). Sum of RGB (Red+Green+Blue) = 175+233+157=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE99D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE99D is #501662. Grayscale: #CFCFCF. Windows color (decimal): -5248611 or 10348975. OLE color: 10348975.

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

Color convert

RGB175233157-
CMYK0.2500.330.09
HSL105.79º63.33%76.47%-
HSV(B)105.79º32.62%91.37%-
XYZ52.969.8342.59-
YUV206.9999.78105.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=30.97%
G=41.24%
B=27.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331570.2500.330.09105.7963.3376.47
HexAFE99D1902196a3f4c
Octal257351235310411115277114
Binary101011111110100110011101110010100001100111010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE99D; }

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

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

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

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

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

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

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

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