Html Css Color HEX #94FEA1 Mint Green

📋 copy color: '#94FEA1'

red 148 ◦ green 254 ◦ blue 161

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

Shades of Mint Green #94FEA1

Tints of Mint Green #94FEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28.6%

R = 26.29%
G = 45.12%
B = 28.6%

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

#94FEA1 (or 0x94FEA1) is known color: Mint Green. HEX triplet: 94, FE and A1. RGB value is (148,254,161). Sum of RGB (Red+Green+Blue) = 148+254+161=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA1 is #6B015E. Grayscale: #D3D3D3. Windows color (decimal): -7012703 or 10616468. OLE color: 10616468.

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

Color convert

RGB 148 254 161 -
CMYK 0.42 0 0.37 0.00
HSL 127.36º 0.98% 0.79% -
HSV(B) 127.36º 0.42% 1% -
XYZ 54.09 79.75 46.26 -
YUV 211.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 148 254 161 0.42 0 0.37 0.00 127.36 0.98 0.79
Hex 94 FE A1 2A 0 25 0 7F 62 4F
Octal 224 376 241 52 0 45 0 177 142 117
Binary 10010100 11111110 10100001 101010 0 100101 0 1111111 1100010 1001111

Color Harmonies of #94FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEA1

Black with #94FEA1

Text Example


Text Example

White with #94FEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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