Html Css Color HEX #B0FF9A Mint Green

📋 copy color: '#B0FF9A'

red 176 ◦ green 255 ◦ blue 154

#B0FF9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #B0FF9A

Tints of Mint Green #B0FF9A

RGB

 RED value IS 176 (69.14% from 255) = 30.09%

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 154 (60.55% from 255) = 26.32%

R = 30.09%
G = 43.59%
B = 26.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#B0FF9A (or 0xB0FF9A) is known color: Mint Green. HEX triplet: B0, FF and 9A. RGB value is (176,255,154). Sum of RGB (Red+Green+Blue) = 176+255+154=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF9A is #4F0065. Grayscale: #DCDCDC. Windows color (decimal): -5177446 or 10158000. OLE color: 10158000.

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

Color convert

RGB 176 255 154 -
CMYK 0.31 0 0.40 0
HSL 106.93º 1% 0.8% -
HSV(B) 106.93º 0.4% 1% -
XYZ 59.5 83.08 43.47 -
YUV 219.87 90.83 96.71 -
System Red Green Blue C M Y K H S L
Decimal 176 255 154 0.31 0 0.40 0 106.93 1 0.8
Hex B0 FF 9A 1F 0 28 0 6B 64 50
Octal 260 377 232 37 0 50 0 153 144 120
Binary 10110000 11111111 10011010 11111 0 101000 0 1101011 1100100 1010000

Color Harmonies of #B0FF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF9A

Black with #B0FF9A

Text Example


Text Example

White with #B0FF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF9A; }

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

 H1.HeaderClassName
 {
   color: #B0FF9A;
 }
 .AnyTagClassName
 {
   color: #B0FF9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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