#AFE697

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

Shades of Madang #AFE697

Tints of Madang #AFE697

Color information

#AFE697 (or 0xAFE697) is unknown color: approx Madang. HEX triplet: AF, E6 and 97. RGB value is (175,230,151). Sum of RGB (Red+Green+Blue) = 175+230+151=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE697 is #501968. Grayscale: #CCCCCC. Windows color (decimal): -5249385 or 9954991. OLE color: 9954991.

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

Color convert

RGB175230151-
CMYK0.2400.340.10
HSL101.77º61.24%74.71%-
HSV(B)101.77º34.35%90.2%-
XYZ51.5667.9439.67-
YUV204.5597.78106.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=31.47%
G=41.37%
B=27.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301510.2400.340.10101.7761.2474.71
HexAFE69718022A663d4b
Octal257346227300421214675113
Binary101011111110011010010111110000100010101011001101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE697; }

 p { color: rgb(175,230,151); }

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

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

 a { background-color: rgb(175,230,151); }

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

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

 span { border-color: rgb(175,230,151); }

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