Html Css Color HEX #94FE9F Mint Green

📋 copy color: '#94FE9F'

red 148 ◦ green 254 ◦ blue 159

#94FE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #94FE9F

Tints of Mint Green #94FE9F

RGB

 RED value IS 148 (58.2% from 255) = 26.38%

 GREEN value IS 254 (99.61% from 255) = 45.28%

 BLUE value IS 159 (62.5% from 255) = 28.34%

R = 26.38%
G = 45.28%
B = 28.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#94FE9F (or 0x94FE9F) is known color: Mint Green. HEX triplet: 94, FE and 9F. RGB value is (148,254,159). Sum of RGB (Red+Green+Blue) = 148+254+159=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE9F is #6B0160. Grayscale: #D3D3D3. Windows color (decimal): -7012705 or 10485396. OLE color: 10485396.

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

Color convert

RGB 148 254 159 -
CMYK 0.42 0 0.37 0.00
HSL 126.23º 0.98% 0.79% -
HSV(B) 126.23º 0.42% 1% -
XYZ 53.91 79.68 45.34 -
YUV 211.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 148 254 159 0.42 0 0.37 0.00 126.23 0.98 0.79
Hex 94 FE 9F 2A 0 25 0 7E 62 4F
Octal 224 376 237 52 0 45 0 176 142 117
Binary 10010100 11111110 10011111 101010 0 100101 0 1111110 1100010 1001111

Color Harmonies of #94FE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE9F

Black with #94FE9F

Text Example


Text Example

White with #94FE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FE9F;
 }
 .AnyTagClassName
 {
   color: #94FE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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