#AFD69F

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

Shades of Madang #AFD69F

Tints of Madang #AFD69F

Color information

#AFD69F (or 0xAFD69F) is unknown color: approx Madang. HEX triplet: AF, D6 and 9F. RGB value is (175,214,159). Sum of RGB (Red+Green+Blue) = 175+214+159=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD69F is #502960. Grayscale: #C4C4C4. Windows color (decimal): -5253473 or 10475183. OLE color: 10475183.

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

Color convert

RGB175214159-
CMYK0.1800.260.16
HSL102.55º40.15%73.14%-
HSV(B)102.55º25.7%83.92%-
XYZ47.9859.7141.8-
YUV196.07107.08112.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=31.93%
G=39.05%
B=29.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141590.1800.260.16102.5540.1573.14
HexAFD69F1201A10672849
Octal257326237220322014750111
Binary101011111101011010011111100100110101000011001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD69F; }

 p { color: rgb(175,214,159); }

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

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

 a { background-color: rgb(175,214,159); }

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

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

 span { border-color: rgb(175,214,159); }

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