Html Css Color HEX #9BFF94 Mint Green

📋 copy color: '#9BFF94'

red 155 ◦ green 255 ◦ blue 148

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

Shades of Mint Green #9BFF94

Tints of Mint Green #9BFF94

RGB

 RED value IS 155 (60.94% from 255) = 27.78%

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

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 27.78%
G = 45.7%
B = 26.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#9BFF94 (or 0x9BFF94) is known color: Mint Green. HEX triplet: 9B, FF and 94. RGB value is (155,255,148). Sum of RGB (Red+Green+Blue) = 155+255+148=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF94 is #64006B. Grayscale: #D5D5D5. Windows color (decimal): -6553708 or 9764763. OLE color: 9764763.

HSL color Cylindrical-coordinate representation of color #9BFF94: hue angle of 116.07º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BFF94 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 148 -
CMYK 0.39 0 0.42 0
HSL 116.07º 1% 0.79% -
HSV(B) 116.07º 0.42% 1% -
XYZ 54.62 80.63 40.7 -
YUV 212.9 91.37 86.7 -
System Red Green Blue C M Y K H S L
Decimal 155 255 148 0.39 0 0.42 0 116.07 1 0.79
Hex 9B FF 94 27 0 2A 0 74 64 4F
Octal 233 377 224 47 0 52 0 164 144 117
Binary 10011011 11111111 10010100 100111 0 101010 0 1110100 1100100 1001111

Color Harmonies of #9BFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFF94

Black with #9BFF94

Text Example


Text Example

White with #9BFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BFF94; }

 p { color: rgb(155,255,148); }

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

background-color css

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

 a { background-color: rgb(155,255,148); }

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

border-color css

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

 span { border-color: rgb(155,255,148); }

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