#B0FEA9

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

Shades of Mint Green #B0FEA9

Tints of Mint Green #B0FEA9

Color information

#B0FEA9 (or 0xB0FEA9) is unknown color: approx Mint Green. HEX triplet: B0, FE and A9. RGB value is (176,254,169). Sum of RGB (Red+Green+Blue) = 176+254+169=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEA9 is #4F0156. Grayscale: #DDDDDD. Windows color (decimal): -5177687 or 11140784. OLE color: 11140784.

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

Color convert

RGB176254169-
CMYK0.3100.330.00
HSL115.06º97.7%82.94%-
HSV(B)115.06º33.46%99.61%-
XYZ60.5182.9850.36-
YUV220.9998.6695.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 169 (66.41% from 255) = 28.21%
R=29.38%
G=42.40%
B=28.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541690.3100.330.00115.0697.782.94
HexB0FEA91F0210736253
Octal260376251370410163142123
Binary1011000011111110101010011111101000010111001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEA9; }

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

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

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

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

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

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

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

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