#AFEBA0

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

Shades of Madang #AFEBA0

Tints of Madang #AFEBA0

Color information

#AFEBA0 (or 0xAFEBA0) is unknown color: approx Madang. HEX triplet: AF, EB and A0. RGB value is (175,235,160). Sum of RGB (Red+Green+Blue) = 175+235+160=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA0 is #50145F. Grayscale: #D0D0D0. Windows color (decimal): -5248096 or 10546095. OLE color: 10546095.

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

Color convert

RGB175235160-
CMYK0.2600.320.08
HSL108º65.22%77.45%-
HSV(B)108º31.91%92.16%-
XYZ53.7371.0744.14-
YUV208.51100.62104.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=30.70%
G=41.23%
B=28.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351600.2600.320.0810865.2277.45
HexAFEBA01A02086c414d
Octal2573532403204010154101115
Binary1010111111101011101000001101001000001000110110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBA0; }

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

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

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

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

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

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

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

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