#AFE198

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

Shades of Madang #AFE198

Tints of Madang #AFE198

Color information

#AFE198 (or 0xAFE198) is unknown color: approx Madang. HEX triplet: AF, E1 and 98. RGB value is (175,225,152). Sum of RGB (Red+Green+Blue) = 175+225+152=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE198 is #501E67. Grayscale: #C9C9C9. Windows color (decimal): -5250664 or 10019247. OLE color: 10019247.

HSL color Cylindrical-coordinate representation of color #AFE198: hue angle of 101.1º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE198 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB175225152-
CMYK0.2200.320.12
HSL101.1º54.89%73.92%-
HSV(B)101.1º32.44%88.24%-
XYZ50.2765.2339.65-
YUV201.7399.94108.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=31.70%
G=40.76%
B=27.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251520.2200.320.12101.154.8973.92
HexAFE19816020C65374a
Octal257341230260401414567112
Binary101011111110000110011000101100100000110011001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE198; }

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

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

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

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

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

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

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

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