#94FD9C

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

Shades of Mint Green #94FD9C

Tints of Mint Green #94FD9C

Color information

#94FD9C (or 0x94FD9C) is unknown color: approx Mint Green. HEX triplet: 94, FD and 9C. RGB value is (148,253,156). Sum of RGB (Red+Green+Blue) = 148+253+156=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD9C is #6B0263. Grayscale: #D2D2D2. Windows color (decimal): -7012964 or 10288532. OLE color: 10288532.

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

Color convert

RGB148253156-
CMYK0.4200.380.01
HSL124.57º96.33%78.63%-
HSV(B)124.57º41.5%99.22%-
XYZ53.3478.9543.88-
YUV210.5597.2183.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=26.57%
G=45.42%
B=28.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531560.4200.380.01124.5796.3378.63
Hex94FD9C2A02617d604f
Octal224375234520461175140117
Binary10010100111111011001110010101001001101111110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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