#B0FFA2

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

Shades of Mint Green #B0FFA2

Tints of Mint Green #B0FFA2

Color information

#B0FFA2 (or 0xB0FFA2) is unknown color: approx Mint Green. HEX triplet: B0, FF and A2. RGB value is (176,255,162). Sum of RGB (Red+Green+Blue) = 176+255+162=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA2 is #4F005D. Grayscale: #DDDDDD. Windows color (decimal): -5177438 or 10682288. OLE color: 10682288.

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

Color convert

RGB176255162-
CMYK0.3100.360
HSL110.97º100%81.76%-
HSV(B)110.97º36.47%100%-
XYZ60.1983.3647.1-
YUV220.7894.8396.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 162 (63.67% from 255) = 27.32%
R=29.68%
G=43.00%
B=27.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551620.3100.360110.9710081.76
HexB0FFA21F02406f6452
Octal260377242370440157144122
Binary1011000011111111101000101111101001000110111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFA2; }

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

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

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

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

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

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

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

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