#B1F0A0

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

Shades of Madang #B1F0A0

Tints of Madang #B1F0A0

Color information

#B1F0A0 (or 0xB1F0A0) is unknown color: approx Madang. HEX triplet: B1, F0 and A0. RGB value is (177,240,160). Sum of RGB (Red+Green+Blue) = 177+240+160=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F0A0 is #4E0F5F. Grayscale: #D4D4D4. Windows color (decimal): -5115744 or 10547377. OLE color: 10547377.

HSL color Cylindrical-coordinate representation of color #B1F0A0: hue angle of 107.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1F0A0 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB177240160-
CMYK0.2600.330.06
HSL107.25º72.73%78.43%-
HSV(B)107.25º33.33%94.12%-
XYZ55.6474.2144.65-
YUV212.0498.63103-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=30.68%
G=41.59%
B=27.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772401600.2600.330.06107.2572.7378.43
HexB1F0A01A02166b494e
Octal261360240320416153111116
Binary101100011111000010100000110100100001110110101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0A0; }

 p { color: rgb(177,240,160); }

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

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

 a { background-color: rgb(177,240,160); }

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

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

 span { border-color: rgb(177,240,160); }

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