Html Css Color HEX #94FF8C Mint Green

📋 copy color: '#94FF8C'

red 148 ◦ green 255 ◦ blue 140

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

Shades of Mint Green #94FF8C

Tints of Mint Green #94FF8C

RGB

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

 GREEN value IS 255 (100% from 255) = 46.96%

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 27.26%
G = 46.96%
B = 25.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#94FF8C (or 0x94FF8C) is known color: Mint Green. HEX triplet: 94, FF and 8C. RGB value is (148,255,140). Sum of RGB (Red+Green+Blue) = 148+255+140=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF8C is #6B0073. Grayscale: #D2D2D2. Windows color (decimal): -7012468 or 9240468. OLE color: 9240468.

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

Color convert

RGB 148 255 140 -
CMYK 0.42 0 0.45 0
HSL 115.83º 1% 0.77% -
HSV(B) 115.83º 0.45% 1% -
XYZ 52.71 79.71 37.42 -
YUV 209.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 148 255 140 0.42 0 0.45 0 115.83 1 0.77
Hex 94 FF 8C 2A 0 2D 0 74 64 4D
Octal 224 377 214 52 0 55 0 164 144 115
Binary 10010100 11111111 10001100 101010 0 101101 0 1110100 1100100 1001101

Color Harmonies of #94FF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF8C

Black with #94FF8C

Text Example


Text Example

White with #94FF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,255,140); }

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

background-color css

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

 a { background-color: rgb(148,255,140); }

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

border-color css

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

 span { border-color: rgb(148,255,140); }

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