#AFD799

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

Shades of Madang #AFD799

Tints of Madang #AFD799

Color information

#AFD799 (or 0xAFD799) is unknown color: approx Madang. HEX triplet: AF, D7 and 99. RGB value is (175,215,153). Sum of RGB (Red+Green+Blue) = 175+215+153=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD799 is #502866. Grayscale: #C4C4C4. Windows color (decimal): -5253223 or 10082223. OLE color: 10082223.

HSL color Cylindrical-coordinate representation of color #AFD799: hue angle of 98.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD799 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB175215153-
CMYK0.1900.290.16
HSL98.71º43.66%72.16%-
HSV(B)98.71º28.84%84.31%-
XYZ47.7360.0139.21-
YUV195.97103.75113.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=32.23%
G=39.59%
B=28.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151530.1900.290.1698.7143.6672.16
HexAFD7991301D10632c48
Octal257327231230352014354110
Binary101011111101011110011001100110111011000011000111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD799; }

 p { color: rgb(175,215,153); }

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

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

 a { background-color: rgb(175,215,153); }

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

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

 span { border-color: rgb(175,215,153); }

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