#AFDD9C

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

Shades of Madang #AFDD9C

Tints of Madang #AFDD9C

Color information

#AFDD9C (or 0xAFDD9C) is unknown color: approx Madang. HEX triplet: AF, DD and 9C. RGB value is (175,221,156). Sum of RGB (Red+Green+Blue) = 175+221+156=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD9C is #502263. Grayscale: #C8C8C8. Windows color (decimal): -5251684 or 10280367. OLE color: 10280367.

HSL color Cylindrical-coordinate representation of color #AFDD9C: hue angle of 102.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDD9C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB175221156-
CMYK0.2100.290.13
HSL102.46º48.87%73.92%-
HSV(B)102.46º29.41%86.67%-
XYZ49.5463.2341.05-
YUV199.84103.26110.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=31.70%
G=40.04%
B=28.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211560.2100.290.13102.4648.8773.92
HexAFDD9C1501DD66314a
Octal257335234250351514661112
Binary10101111110111011001110010101011101110111001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD9C; }

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

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

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

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

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

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

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

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