#AFE998

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

Shades of Madang #AFE998

Tints of Madang #AFE998

Color information

#AFE998 (or 0xAFE998) is unknown color: approx Madang. HEX triplet: AF, E9 and 98. RGB value is (175,233,152). Sum of RGB (Red+Green+Blue) = 175+233+152=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE998 is #501667. Grayscale: #CECECE. Windows color (decimal): -5248616 or 10021295. OLE color: 10021295.

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

Color convert

RGB175233152-
CMYK0.2500.350.09
HSL102.96º64.8%75.49%-
HSV(B)102.96º34.76%91.37%-
XYZ52.4969.6640.38-
YUV206.4297.28105.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=31.25%
G=41.61%
B=27.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331520.2500.350.09102.9664.875.49
HexAFE99819023967414b
Octal2573512303104311147101113
Binary1010111111101001100110001100101000111001110011110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE998; }

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

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

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

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

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

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

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

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