Html Css Color HEX #94FF92 Mint Green

📋 copy color: '#94FF92'

red 148 ◦ green 255 ◦ blue 146

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

Shades of Mint Green #94FF92

Tints of Mint Green #94FF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.59%

R = 26.96%
G = 46.45%
B = 26.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#94FF92 (or 0x94FF92) is known color: Mint Green. HEX triplet: 94, FF and 92. RGB value is (148,255,146). Sum of RGB (Red+Green+Blue) = 148+255+146=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF92 is #6B006D. Grayscale: #D2D2D2. Windows color (decimal): -7012462 or 9633684. OLE color: 9633684.

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

Color convert

RGB 148 255 146 -
CMYK 0.42 0 0.43 0
HSL 118.9º 1% 0.79% -
HSV(B) 118.9º 0.43% 1% -
XYZ 53.16 79.89 39.81 -
YUV 210.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 148 255 146 0.42 0 0.43 0 118.9 1 0.79
Hex 94 FF 92 2A 0 2B 0 77 64 4F
Octal 224 377 222 52 0 53 0 167 144 117
Binary 10010100 11111111 10010010 101010 0 101011 0 1110111 1100100 1001111

Color Harmonies of #94FF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF92

Black with #94FF92

Text Example


Text Example

White with #94FF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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