Html Css Color HEX #94FE8A Mint Green

📋 copy color: '#94FE8A'

red 148 ◦ green 254 ◦ blue 138

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

Shades of Mint Green #94FE8A

Tints of Mint Green #94FE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 27.41%
G = 47.04%
B = 25.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#94FE8A (or 0x94FE8A) is known color: Mint Green. HEX triplet: 94, FE and 8A. RGB value is (148,254,138). Sum of RGB (Red+Green+Blue) = 148+254+138=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE8A is #6B0175. Grayscale: #D1D1D1. Windows color (decimal): -7012726 or 9109140. OLE color: 9109140.

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

Color convert

RGB 148 254 138 -
CMYK 0.42 0 0.46 0.00
HSL 114.83º 0.98% 0.77% -
HSV(B) 114.83º 0.46% 1% -
XYZ 52.24 79.01 36.54 -
YUV 209.08 87.88 84.43 -
System Red Green Blue C M Y K H S L
Decimal 148 254 138 0.42 0 0.46 0.00 114.83 0.98 0.77
Hex 94 FE 8A 2A 0 2E 0 73 62 4D
Octal 224 376 212 52 0 56 0 163 142 115
Binary 10010100 11111110 10001010 101010 0 101110 0 1110011 1100010 1001101

Color Harmonies of #94FE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE8A

Black with #94FE8A

Text Example


Text Example

White with #94FE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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