#B0FFAC

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

Shades of Mint Green #B0FFAC

Tints of Mint Green #B0FFAC

Color information

#B0FFAC (or 0xB0FFAC) is unknown color: approx Mint Green. HEX triplet: B0, FF and AC. RGB value is (176,255,172). Sum of RGB (Red+Green+Blue) = 176+255+172=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAC is #4F0053. Grayscale: #DEDEDE. Windows color (decimal): -5177428 or 11337648. OLE color: 11337648.

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

Color convert

RGB176255172-
CMYK0.3100.330
HSL117.11º100%83.73%-
HSV(B)117.11º32.55%100%-
XYZ61.1183.7351.97-
YUV221.9299.8395.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=29.19%
G=42.29%
B=28.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551720.3100.330117.1110083.73
HexB0FFAC1F0210756454
Octal260377254370410165144124
Binary1011000011111111101011001111101000010111010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFAC; }

 p { color: rgb(176,255,172); }

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

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

 a { background-color: rgb(176,255,172); }

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

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

 span { border-color: rgb(176,255,172); }

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