#94FD92

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

Shades of Mint Green #94FD92

Tints of Mint Green #94FD92

Color information

#94FD92 (or 0x94FD92) is unknown color: approx Mint Green. HEX triplet: 94, FD and 92. RGB value is (148,253,146). Sum of RGB (Red+Green+Blue) = 148+253+146=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD92 is #6B026D. Grayscale: #D1D1D1. Windows color (decimal): -7012974 or 9633172. OLE color: 9633172.

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

Color convert

RGB148253146-
CMYK0.4200.420.01
HSL118.88º96.4%78.24%-
HSV(B)118.88º42.29%99.22%-
XYZ52.5378.6239.6-
YUV209.4192.2184.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 253 (99.22% from 255) = 46.25%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=27.06%
G=46.25%
B=26.69%

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
Decimal1482531460.4200.420.01118.8896.478.24
Hex94FD922A02A177604e
Octal224375222520521167140116
Binary10010100111111011001001010101001010101111011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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