#AFE595

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

Shades of Madang #AFE595

Tints of Madang #AFE595

Color information

#AFE595 (or 0xAFE595) is unknown color: approx Madang. HEX triplet: AF, E5 and 95. RGB value is (175,229,149). Sum of RGB (Red+Green+Blue) = 175+229+149=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE595 is #501A6A. Grayscale: #CCCCCC. Windows color (decimal): -5249643 or 9823663. OLE color: 9823663.

HSL color Cylindrical-coordinate representation of color #AFE595: hue angle of 100.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE595 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB175229149-
CMYK0.2400.350.10
HSL100.5º60.61%74.12%-
HSV(B)100.5º34.93%89.8%-
XYZ51.1267.3238.73-
YUV203.7397.11107.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=31.65%
G=41.41%
B=26.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291490.2400.350.10100.560.6174.12
HexAFE59518023A643d4a
Octal257345225300431214475112
Binary101011111110010110010101110000100011101011001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE595; }

 p { color: rgb(175,229,149); }

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

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

 a { background-color: rgb(175,229,149); }

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

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

 span { border-color: rgb(175,229,149); }

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