#AFD69C

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

Shades of Madang #AFD69C

Tints of Madang #AFD69C

Color information

#AFD69C (or 0xAFD69C) is unknown color: approx Madang. HEX triplet: AF, D6 and 9C. RGB value is (175,214,156). Sum of RGB (Red+Green+Blue) = 175+214+156=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD69C is #502963. Grayscale: #C3C3C3. Windows color (decimal): -5253476 or 10278575. OLE color: 10278575.

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

Color convert

RGB175214156-
CMYK0.1800.270.16
HSL100.34º41.43%72.55%-
HSV(B)100.34º27.1%83.92%-
XYZ47.7359.6140.44-
YUV195.73105.58113.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=32.11%
G=39.27%
B=28.62%

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
Decimal1752141560.1800.270.16100.3441.4372.55
HexAFD69C1201B10642949
Octal257326234220332014451111
Binary101011111101011010011100100100110111000011001001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD69C; }

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

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

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

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

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

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

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

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