Html Css Color HEX #94FEA2 Mint Green

📋 copy color: '#94FEA2'

red 148 ◦ green 254 ◦ blue 162

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

Shades of Mint Green #94FEA2

Tints of Mint Green #94FEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.72%

R = 26.24%
G = 45.04%
B = 28.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#94FEA2 (or 0x94FEA2) is known color: Mint Green. HEX triplet: 94, FE and A2. RGB value is (148,254,162). Sum of RGB (Red+Green+Blue) = 148+254+162=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA2 is #6B015D. Grayscale: #D4D4D4. Windows color (decimal): -7012702 or 10682004. OLE color: 10682004.

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

Color convert

RGB 148 254 162 -
CMYK 0.42 0 0.36 0.00
HSL 127.92º 0.98% 0.79% -
HSV(B) 127.92º 0.42% 1% -
XYZ 54.18 79.79 46.73 -
YUV 211.82 99.88 82.48 -
System Red Green Blue C M Y K H S L
Decimal 148 254 162 0.42 0 0.36 0.00 127.92 0.98 0.79
Hex 94 FE A2 2A 0 24 0 80 62 4F
Octal 224 376 242 52 0 44 0 200 142 117
Binary 10010100 11111110 10100010 101010 0 100100 0 10000000 1100010 1001111

Color Harmonies of #94FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEA2

Black with #94FEA2

Text Example


Text Example

White with #94FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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