Html Css Color HEX #B0FE8A Mint Green

📋 copy color: '#B0FE8A'

red 176 ◦ green 254 ◦ blue 138

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

Shades of Mint Green #B0FE8A

Tints of Mint Green #B0FE8A

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.3% from 255) = 24.3%

R = 30.99%
G = 44.72%
B = 24.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#B0FE8A (or 0xB0FE8A) is known color: 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

RGB 176 254 138 -
CMYK 0.31 0 0.46 0.00
HSL 100.34º 0.98% 0.77% -
HSV(B) 100.34º 0.46% 1% -
XYZ 57.93 81.95 36.81 -
YUV 217.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 176 254 138 0.31 0 0.46 0.00 100.34 0.98 0.77
Hex B0 FE 8A 1F 0 2E 0 64 62 4D
Octal 260 376 212 37 0 56 0 144 142 115
Binary 10110000 11111110 10001010 11111 0 101110 0 1100100 1100010 1001101

Color Harmonies of #B0FE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE8A

Black with #B0FE8A

Text Example


Text Example

White with #B0FE8A

Text Example


Text Example

HTML Codes & Css Web 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>