#B0FC9F

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

Shades of Madang #B0FC9F

Tints of Madang #B0FC9F

Color information

#B0FC9F (or 0xB0FC9F) is unknown color: approx Madang. HEX triplet: B0, FC and 9F. RGB value is (176,252,159). Sum of RGB (Red+Green+Blue) = 176+252+159=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC9F is #4F0360. Grayscale: #DADADA. Windows color (decimal): -5178209 or 10484912. OLE color: 10484912.

HSL color Cylindrical-coordinate representation of color #B0FC9F: hue angle of 109.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0FC9F is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB176252159-
CMYK0.3000.370.01
HSL109.03º93.94%80.59%-
HSV(B)109.03º36.9%98.82%-
XYZ58.9781.3545.4-
YUV218.6794.3297.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=29.98%
G=42.93%
B=27.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521590.3000.370.01109.0393.9480.59
HexB0FC9F1E02516d5e51
Octal260374237360451155136121
Binary1011000011111100100111111111001001011110110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC9F; }

 p { color: rgb(176,252,159); }

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

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

 a { background-color: rgb(176,252,159); }

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

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

 span { border-color: rgb(176,252,159); }

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