#AFD999

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

Shades of Madang #AFD999

Tints of Madang #AFD999

Color information

#AFD999 (or 0xAFD999) is unknown color: approx Madang. HEX triplet: AF, D9 and 99. RGB value is (175,217,153). Sum of RGB (Red+Green+Blue) = 175+217+153=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD999 is #502666. Grayscale: #C5C5C5. Windows color (decimal): -5252711 or 10082735. OLE color: 10082735.

HSL color Cylindrical-coordinate representation of color #AFD999: hue angle of 99.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD999 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB175217153-
CMYK0.1900.290.15
HSL99.38º45.71%72.55%-
HSV(B)99.38º29.49%85.1%-
XYZ48.2461.0439.38-
YUV197.15103.09112.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=32.11%
G=39.82%
B=28.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171530.1900.290.1599.3845.7172.55
HexAFD9991301DF632e49
Octal257331231230351714356111
Binary10101111110110011001100110011011101111111000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD999; }

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

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

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

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

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

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

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

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