#AFEB97

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

Shades of Madang #AFEB97

Tints of Madang #AFEB97

Color information

#AFEB97 (or 0xAFEB97) is unknown color: approx Madang. HEX triplet: AF, EB and 97. RGB value is (175,235,151). Sum of RGB (Red+Green+Blue) = 175+235+151=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB97 is #501468. Grayscale: #CFCFCF. Windows color (decimal): -5248105 or 9956271. OLE color: 9956271.

HSL color Cylindrical-coordinate representation of color #AFEB97: hue angle of 102.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFEB97 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB175235151-
CMYK0.2600.360.08
HSL102.86º67.74%75.69%-
HSV(B)102.86º35.74%92.16%-
XYZ52.9770.7640.15-
YUV207.4896.12104.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=31.19%
G=41.89%
B=26.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351510.2600.360.08102.8667.7475.69
HexAFEB971A024867444c
Octal2573532273204410147104114
Binary1010111111101011100101111101001001001000110011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB97; }

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

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

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

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

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

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

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

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