#AFD59B

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

Shades of Madang #AFD59B

Tints of Madang #AFD59B

Color information

#AFD59B (or 0xAFD59B) is unknown color: approx Madang. HEX triplet: AF, D5 and 9B. RGB value is (175,213,155). Sum of RGB (Red+Green+Blue) = 175+213+155=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD59B is #502A64. Grayscale: #C3C3C3. Windows color (decimal): -5253733 or 10212783. OLE color: 10212783.

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

Color convert

RGB175213155-
CMYK0.1800.270.16
HSL99.31º40.85%72.16%-
HSV(B)99.31º27.23%83.53%-
XYZ47.3959.0739.91-
YUV195.03105.41113.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=32.23%
G=39.23%
B=28.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131550.1800.270.1699.3140.8572.16
HexAFD59B1201B10632948
Octal257325233220332014351110
Binary101011111101010110011011100100110111000011000111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD59B; }

 p { color: rgb(175,213,155); }

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

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

 a { background-color: rgb(175,213,155); }

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

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

 span { border-color: rgb(175,213,155); }

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