#AFD59A

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

Shades of Madang #AFD59A

Tints of Madang #AFD59A

Color information

#AFD59A (or 0xAFD59A) is unknown color: approx Madang. HEX triplet: AF, D5 and 9A. RGB value is (175,213,154). Sum of RGB (Red+Green+Blue) = 175+213+154=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD59A is #502A65. Grayscale: #C3C3C3. Windows color (decimal): -5253734 or 10147247. OLE color: 10147247.

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

Color convert

RGB175213154-
CMYK0.1800.280.16
HSL98.64º41.26%71.96%-
HSV(B)98.64º27.7%83.53%-
XYZ47.3159.0439.47-
YUV194.91104.91113.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=32.29%
G=39.30%
B=28.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131540.1800.280.1698.6441.2671.96
HexAFD59A1201C10632948
Octal257325232220342014351110
Binary101011111101010110011010100100111001000011000111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD59A; }

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

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

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

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

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

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

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

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