#B0F2A0

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

Shades of Madang #B0F2A0

Tints of Madang #B0F2A0

Color information

#B0F2A0 (or 0xB0F2A0) is unknown color: approx Madang. HEX triplet: B0, F2 and A0. RGB value is (176,242,160). Sum of RGB (Red+Green+Blue) = 176+242+160=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2A0 is #4F0D5F. Grayscale: #D5D5D5. Windows color (decimal): -5180768 or 10547888. OLE color: 10547888.

HSL color Cylindrical-coordinate representation of color #B0F2A0: hue angle of 108.29º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0F2A0 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB176242160-
CMYK0.2700.340.05
HSL108.29º75.93%78.82%-
HSV(B)108.29º33.88%94.9%-
XYZ5675.2744.84-
YUV212.9298.13101.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 242 (94.92% from 255) = 41.87%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=30.45%
G=41.87%
B=27.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421600.2700.340.05108.2975.9378.82
HexB0F2A01B02256c4c4f
Octal260362240330425154114117
Binary101100001111001010100000110110100010101110110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2A0; }

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

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

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

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

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

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

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

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