#B0FFA7

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

Shades of Mint Green #B0FFA7

Tints of Mint Green #B0FFA7

Color information

#B0FFA7 (or 0xB0FFA7) is unknown color: approx Mint Green. HEX triplet: B0, FF and A7. RGB value is (176,255,167). Sum of RGB (Red+Green+Blue) = 176+255+167=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA7 is #4F0058. Grayscale: #DDDDDD. Windows color (decimal): -5177433 or 11009968. OLE color: 11009968.

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

Color convert

RGB176255167-
CMYK0.3100.350
HSL113.86º100%82.75%-
HSV(B)113.86º34.51%100%-
XYZ60.6483.5449.49-
YUV221.3597.3395.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=29.43%
G=42.64%
B=27.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551670.3100.350113.8610082.75
HexB0FFA71F0230726453
Octal260377247370430162144123
Binary1011000011111111101001111111101000110111001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFA7; }

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

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

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

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

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

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

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

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