#B0F5A0

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

Shades of Madang #B0F5A0

Tints of Madang #B0F5A0

Color information

#B0F5A0 (or 0xB0F5A0) is unknown color: approx Madang. HEX triplet: B0, F5 and A0. RGB value is (176,245,160). Sum of RGB (Red+Green+Blue) = 176+245+160=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F5A0 is #4F0A5F. Grayscale: #D6D6D6. Windows color (decimal): -5180000 or 10548656. OLE color: 10548656.

HSL color Cylindrical-coordinate representation of color #B0F5A0: hue angle of 108.71º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0F5A0 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB176245160-
CMYK0.2800.350.04
HSL108.71º80.95%79.41%-
HSV(B)108.71º34.69%96.08%-
XYZ56.977.0745.14-
YUV214.6897.14100.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=30.29%
G=42.17%
B=27.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762451600.2800.350.04108.7180.9579.41
HexB0F5A01C02346d514f
Octal260365240340434155121117
Binary101100001111010110100000111000100011100110110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F5A0; }

 p { color: rgb(176,245,160); }

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

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

 a { background-color: rgb(176,245,160); }

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

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

 span { border-color: rgb(176,245,160); }

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