Html Css Color HEX #94FE8D Mint Green

📋 copy color: '#94FE8D'

red 148 ◦ green 254 ◦ blue 141

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

Shades of Mint Green #94FE8D

Tints of Mint Green #94FE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 27.26%
G = 46.78%
B = 25.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#94FE8D (or 0x94FE8D) is known color: Mint Green. HEX triplet: 94, FE and 8D. RGB value is (148,254,141). Sum of RGB (Red+Green+Blue) = 148+254+141=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE8D is #6B0172. Grayscale: #D1D1D1. Windows color (decimal): -7012723 or 9305748. OLE color: 9305748.

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

Color convert

RGB 148 254 141 -
CMYK 0.42 0 0.44 0.00
HSL 116.28º 0.98% 0.77% -
HSV(B) 116.28º 0.44% 1% -
XYZ 52.46 79.1 37.7 -
YUV 209.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 148 254 141 0.42 0 0.44 0.00 116.28 0.98 0.77
Hex 94 FE 8D 2A 0 2C 0 74 62 4D
Octal 224 376 215 52 0 54 0 164 142 115
Binary 10010100 11111110 10001101 101010 0 101100 0 1110100 1100010 1001101

Color Harmonies of #94FE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE8D

Black with #94FE8D

Text Example


Text Example

White with #94FE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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