#B0FE8A

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

Shades of Mint Green #B0FE8A

Tints of Mint Green #B0FE8A

Color information

#B0FE8A (or 0xB0FE8A) is unknown color: approx Mint Green. HEX triplet: B0, FE and 8A. RGB value is (176,254,138). Sum of RGB (Red+Green+Blue) = 176+254+138=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE8A is #4F0175. Grayscale: #D9D9D9. Windows color (decimal): -5177718 or 9109168. OLE color: 9109168.

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

Color convert

RGB176254138-
CMYK0.3100.460.00
HSL100.34º98.31%76.86%-
HSV(B)100.34º45.67%99.61%-
XYZ57.9381.9536.81-
YUV217.4583.1698.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=30.99%
G=44.72%
B=24.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541380.3100.460.00100.3498.3176.86
HexB0FE8A1F02E064624d
Octal260376212370560144142115
Binary1011000011111110100010101111101011100110010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE8A; }

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

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

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

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

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

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

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

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