#AFE39C

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

Shades of Madang #AFE39C

Tints of Madang #AFE39C

Color information

#AFE39C (or 0xAFE39C) is unknown color: approx Madang. HEX triplet: AF, E3 and 9C. RGB value is (175,227,156). Sum of RGB (Red+Green+Blue) = 175+227+156=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE39C is #501C63. Grayscale: #CBCBCB. Windows color (decimal): -5250148 or 10281903. OLE color: 10281903.

HSL color Cylindrical-coordinate representation of color #AFE39C: hue angle of 103.94º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE39C is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB175227156-
CMYK0.2300.310.11
HSL103.94º55.91%75.1%-
HSV(B)103.94º31.28%89.02%-
XYZ51.1566.4541.58-
YUV203.36101.27107.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 227 (89.06% from 255) = 40.68%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=31.36%
G=40.68%
B=27.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271560.2300.310.11103.9455.9175.1
HexAFE39C1701FB68384b
Octal257343234270371315070113
Binary10101111111000111001110010111011111101111010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE39C; }

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

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

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

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

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

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

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

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