#AFE19B

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

Shades of Madang #AFE19B

Tints of Madang #AFE19B

Color information

#AFE19B (or 0xAFE19B) is unknown color: approx Madang. HEX triplet: AF, E1 and 9B. RGB value is (175,225,155). Sum of RGB (Red+Green+Blue) = 175+225+155=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE19B is #501E64. Grayscale: #CACACA. Windows color (decimal): -5250661 or 10215855. OLE color: 10215855.

HSL color Cylindrical-coordinate representation of color #AFE19B: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE19B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB175225155-
CMYK0.2200.310.12
HSL102.86º53.85%74.51%-
HSV(B)102.86º31.11%88.24%-
XYZ50.5265.3340.96-
YUV202.07101.44108.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=31.53%
G=40.54%
B=27.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251550.2200.310.12102.8653.8574.51
HexAFE19B1601FC67364b
Octal257341233260371414766113
Binary10101111111000011001101110110011111110011001111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE19B; }

 p { color: rgb(175,225,155); }

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

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

 a { background-color: rgb(175,225,155); }

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

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

 span { border-color: rgb(175,225,155); }

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