#AFE098

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

Shades of Madang #AFE098

Tints of Madang #AFE098

Color information

#AFE098 (or 0xAFE098) is unknown color: approx Madang. HEX triplet: AF, E0 and 98. RGB value is (175,224,152). Sum of RGB (Red+Green+Blue) = 175+224+152=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE098 is #501F67. Grayscale: #C9C9C9. Windows color (decimal): -5250920 or 10018991. OLE color: 10018991.

HSL color Cylindrical-coordinate representation of color #AFE098: hue angle of 100.83º degrees, saturation: 0.54, 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 #AFE098 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB175224152-
CMYK0.2200.320.12
HSL100.83º53.73%73.73%-
HSV(B)100.83º32.14%87.84%-
XYZ5064.6939.56-
YUV201.14100.27109.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=31.76%
G=40.65%
B=27.59%

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
Decimal1752241520.2200.320.12100.8353.7373.73
HexAFE09816020C65364a
Octal257340230260401414566112
Binary101011111110000010011000101100100000110011001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE098; }

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

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

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

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

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

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

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

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