#afdb99

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

Shades of Madang #AFDB99

Tints of Madang #AFDB99

Color information

#AFDB99 (or 0xAFDB99) is unknown color: approx Madang. HEX triplet: AF, DB and 99. RGB value is (175,219,153). Sum of RGB (Red+Green+Blue) = 175+219+153=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB99 is #502466. Grayscale: #C6C6C6. Windows color (decimal): -5252199 or 10083247. OLE color: 10083247.

HSL color Cylindrical-coordinate representation of color #AFDB99: hue angle of 100º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDB99 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB175219153-
CMYK0.2000.300.14
HSL100º47.83%72.94%-
HSV(B)100º30.14%85.88%-
XYZ48.7662.0839.55-
YUV198.32102.42111.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=31.99%
G=40.04%
B=27.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191530.2000.300.1410047.8372.94
HexAFDB991401EE643049
Octal257333231240361614460111
Binary10101111110110111001100110100011110111011001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afdb99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afdb99; }

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

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

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

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

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

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

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

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