#AFD89A

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

Shades of Madang #AFD89A

Tints of Madang #AFD89A

Color information

#AFD89A (or 0xAFD89A) is unknown color: approx Madang. HEX triplet: AF, D8 and 9A. RGB value is (175,216,154). Sum of RGB (Red+Green+Blue) = 175+216+154=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD89A is #502765. Grayscale: #C4C4C4. Windows color (decimal): -5252966 or 10148015. OLE color: 10148015.

HSL color Cylindrical-coordinate representation of color #AFD89A: hue angle of 99.68º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD89A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB175216154-
CMYK0.1900.290.15
HSL99.68º44.29%72.55%-
HSV(B)99.68º28.7%84.71%-
XYZ48.0760.5639.73-
YUV196.67103.92112.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=32.11%
G=39.63%
B=28.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161540.1900.290.1599.6844.2972.55
HexAFD89A1301DF642c49
Octal257330232230351714454111
Binary10101111110110001001101010011011101111111001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD89A; }

 p { color: rgb(175,216,154); }

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

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

 a { background-color: rgb(175,216,154); }

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

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

 span { border-color: rgb(175,216,154); }

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