Html Css Color HEX #94FF90 Mint Green

📋 copy color: '#94FF90'

red 148 ◦ green 255 ◦ blue 144

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

Shades of Mint Green #94FF90

Tints of Mint Green #94FF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 27.06%
G = 46.62%
B = 26.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#94FF90 (or 0x94FF90) is known color: Mint Green. HEX triplet: 94, FF and 90. RGB value is (148,255,144). Sum of RGB (Red+Green+Blue) = 148+255+144=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF90 is #6B006F. Grayscale: #D2D2D2. Windows color (decimal): -7012464 or 9502612. OLE color: 9502612.

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

Color convert

RGB 148 255 144 -
CMYK 0.42 0 0.44 0
HSL 117.84º 1% 0.78% -
HSV(B) 117.84º 0.44% 1% -
XYZ 53.01 79.83 39 -
YUV 210.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 148 255 144 0.42 0 0.44 0 117.84 1 0.78
Hex 94 FF 90 2A 0 2C 0 76 64 4E
Octal 224 377 220 52 0 54 0 166 144 116
Binary 10010100 11111111 10010000 101010 0 101100 0 1110110 1100100 1001110

Color Harmonies of #94FF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF90

Black with #94FF90

Text Example


Text Example

White with #94FF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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