#94FF93

Color #94FF93 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #94FF93

Tints of Mint Green #94FF93

Color information

#94FF93 (or 0x94FF93) is unknown color: approx Mint Green. HEX triplet: 94, FF and 93. RGB value is (148,255,147). Sum of RGB (Red+Green+Blue) = 148+255+147=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF93 is #6B006C. Grayscale: #D3D3D3. Windows color (decimal): -7012461 or 9699220. OLE color: 9699220.

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

Color convert

RGB148255147-
CMYK0.4200.420
HSL119.44º100%78.82%-
HSV(B)119.44º42.35%100%-
XYZ53.2479.9240.22-
YUV210.792.0583.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=26.91%
G=46.36%
B=26.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551470.4200.420119.4410078.82
Hex94FF932A02A077644f
Octal224377223520520167144117
Binary10010100111111111001001110101001010100111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FF93;
 }
 .AnyTagClassName
 {
   color: #94FF93;
 }
</style>
background-color css

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

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

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

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

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

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