Html Css Color HEX #94FF86 Mint Green

📋 copy color: '#94FF86'

red 148 ◦ green 255 ◦ blue 134

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

Shades of Mint Green #94FF86

Tints of Mint Green #94FF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.95%

R = 27.56%
G = 47.49%
B = 24.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#94FF86 (or 0x94FF86) is known color: Mint Green. HEX triplet: 94, FF and 86. RGB value is (148,255,134). Sum of RGB (Red+Green+Blue) = 148+255+134=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF86 is #6B0079. Grayscale: #D1D1D1. Windows color (decimal): -7012474 or 8847252. OLE color: 8847252.

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

Color convert

RGB 148 255 134 -
CMYK 0.42 0 0.47 0
HSL 113.06º 1% 0.76% -
HSV(B) 113.06º 0.47% 1% -
XYZ 52.28 79.54 35.15 -
YUV 209.21 85.55 84.34 -
System Red Green Blue C M Y K H S L
Decimal 148 255 134 0.42 0 0.47 0 113.06 1 0.76
Hex 94 FF 86 2A 0 2F 0 71 64 4C
Octal 224 377 206 52 0 57 0 161 144 114
Binary 10010100 11111111 10000110 101010 0 101111 0 1110001 1100100 1001100

Color Harmonies of #94FF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF86

Black with #94FF86

Text Example


Text Example

White with #94FF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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