Html Css Color HEX #94FF9B Mint Green

📋 copy color: '#94FF9B'

red 148 ◦ green 255 ◦ blue 155

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

Shades of Mint Green #94FF9B

Tints of Mint Green #94FF9B

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #94FF9B: hue angle of 123.93º 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 #94FF9B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 148 255 155 -
CMYK 0.42 0 0.39 0
HSL 123.93º 1% 0.79% -
HSV(B) 123.93º 0.42% 1% -
XYZ 53.89 80.18 43.65 -
YUV 211.61 96.05 82.63 -
System Red Green Blue C M Y K H S L
Decimal 148 255 155 0.42 0 0.39 0 123.93 1 0.79
Hex 94 FF 9B 2A 0 27 0 7C 64 4F
Octal 224 377 233 52 0 47 0 174 144 117
Binary 10010100 11111111 10011011 101010 0 100111 0 1111100 1100100 1001111

Color Harmonies of #94FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF9B

Black with #94FF9B

Text Example


Text Example

White with #94FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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