#B0FE9B

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

Shades of Mint Green #B0FE9B

Tints of Mint Green #B0FE9B

Color information

#B0FE9B (or 0xB0FE9B) is unknown color: approx Mint Green. HEX triplet: B0, FE and 9B. RGB value is (176,254,155). Sum of RGB (Red+Green+Blue) = 176+254+155=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE9B is #4F0164. Grayscale: #DBDBDB. Windows color (decimal): -5177701 or 10223280. OLE color: 10223280.

HSL color Cylindrical-coordinate representation of color #B0FE9B: hue angle of 107.27º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0FE9B is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB176254155-
CMYK0.3100.390.00
HSL107.27º98.02%80.2%-
HSV(B)107.27º38.98%99.61%-
XYZ59.2682.4843.81-
YUV219.3991.6697.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=30.09%
G=43.42%
B=26.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541550.3100.390.00107.2798.0280.2
HexB0FE9B1F02706b6250
Octal260376233370470153142120
Binary1011000011111110100110111111101001110110101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE9B; }

 p { color: rgb(176,254,155); }

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

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

 a { background-color: rgb(176,254,155); }

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

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

 span { border-color: rgb(176,254,155); }

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