#94FE95

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

Shades of Mint Green #94FE95

Tints of Mint Green #94FE95

Color information

#94FE95 (or 0x94FE95) is unknown color: approx Mint Green. HEX triplet: 94, FE and 95. RGB value is (148,254,149). Sum of RGB (Red+Green+Blue) = 148+254+149=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE95 is #6B016A. Grayscale: #D2D2D2. Windows color (decimal): -7012715 or 9830036. OLE color: 9830036.

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

Color convert

RGB148254149-
CMYK0.4200.410.00
HSL120.57º98.15%78.82%-
HSV(B)120.57º41.73%99.61%-
XYZ53.0879.3540.95-
YUV210.3493.3883.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 254 (99.61% from 255) = 46.10%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=26.86%
G=46.10%
B=27.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541490.4200.410.00120.5798.1578.82
Hex94FE952A029079624f
Octal224376225520510171142117
Binary10010100111111101001010110101001010010111100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,149); }

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

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

 a { background-color: rgb(148,254,149); }

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

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

 span { border-color: rgb(148,254,149); }

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