#AFE295

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

Shades of Madang #AFE295

Tints of Madang #AFE295

Color information

#AFE295 (or 0xAFE295) is unknown color: approx Madang. HEX triplet: AF, E2 and 95. RGB value is (175,226,149). Sum of RGB (Red+Green+Blue) = 175+226+149=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE295 is #501D6A. Grayscale: #CACACA. Windows color (decimal): -5250411 or 9822895. OLE color: 9822895.

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

Color convert

RGB175226149-
CMYK0.2300.340.11
HSL99.74º57.04%73.53%-
HSV(B)99.74º34.07%88.63%-
XYZ50.365.6838.46-
YUV201.9798.1108.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=31.82%
G=41.09%
B=27.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261490.2300.340.1199.7457.0473.53
HexAFE29517022B64394a
Octal257342225270421314471112
Binary101011111110001010010101101110100010101111001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE295; }

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

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

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

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

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

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

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

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