Html Css Color HEX #94FEA6 Mint Green

📋 copy color: '#94FEA6'

red 148 ◦ green 254 ◦ blue 166

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

Shades of Mint Green #94FEA6

Tints of Mint Green #94FEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.23%

R = 26.06%
G = 44.72%
B = 29.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#94FEA6 (or 0x94FEA6) is known color: Mint Green. HEX triplet: 94, FE and A6. RGB value is (148,254,166). Sum of RGB (Red+Green+Blue) = 148+254+166=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA6 is #6B0159. Grayscale: #D4D4D4. Windows color (decimal): -7012698 or 10944148. OLE color: 10944148.

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

Color convert

RGB 148 254 166 -
CMYK 0.42 0 0.35 0.00
HSL 130.19º 0.98% 0.79% -
HSV(B) 130.19º 0.42% 1% -
XYZ 54.54 79.93 48.63 -
YUV 212.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 148 254 166 0.42 0 0.35 0.00 130.19 0.98 0.79
Hex 94 FE A6 2A 0 23 0 82 62 4F
Octal 224 376 246 52 0 43 0 202 142 117
Binary 10010100 11111110 10100110 101010 0 100011 0 10000010 1100010 1001111

Color Harmonies of #94FEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEA6

Black with #94FEA6

Text Example


Text Example

White with #94FEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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