#94FD94

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

Shades of Mint Green #94FD94

Tints of Mint Green #94FD94

Color information

#94FD94 (or 0x94FD94) is unknown color: approx Mint Green. HEX triplet: 94, FD and 94. RGB value is (148,253,148). Sum of RGB (Red+Green+Blue) = 148+253+148=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD94 is #6B026B. Grayscale: #D1D1D1. Windows color (decimal): -7012972 or 9764244. OLE color: 9764244.

HSL color Cylindrical-coordinate representation of color #94FD94: hue angle of 120º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FD94 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB148253148-
CMYK0.4200.420.01
HSL120º96.33%78.63%-
HSV(B)120º41.5%99.22%-
XYZ52.6878.6840.43-
YUV209.6493.2184.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=26.96%
G=46.08%
B=26.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531480.4200.420.0112096.3378.63
Hex94FD942A02A178604f
Octal224375224520521170140117
Binary10010100111111011001010010101001010101111100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,253,148); }

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

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

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

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

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

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

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