Html Css Color HEX #94FF9F Mint Green

📋 copy color: '#94FF9F'

red 148 ◦ green 255 ◦ blue 159

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

Shades of Mint Green #94FF9F

Tints of Mint Green #94FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 26.33%
G = 45.37%
B = 28.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#94FF9F (or 0x94FF9F) is known color: Mint Green. HEX triplet: 94, FF and 9F. RGB value is (148,255,159). Sum of RGB (Red+Green+Blue) = 148+255+159=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF9F is #6B0060. Grayscale: #D4D4D4. Windows color (decimal): -7012449 or 10485652. OLE color: 10485652.

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

Color convert

RGB 148 255 159 -
CMYK 0.42 0 0.38 0
HSL 126.17º 1% 0.79% -
HSV(B) 126.17º 0.42% 1% -
XYZ 54.23 80.32 45.45 -
YUV 212.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 148 255 159 0.42 0 0.38 0 126.17 1 0.79
Hex 94 FF 9F 2A 0 26 0 7E 64 4F
Octal 224 377 237 52 0 46 0 176 144 117
Binary 10010100 11111111 10011111 101010 0 100110 0 1111110 1100100 1001111

Color Harmonies of #94FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF9F

Black with #94FF9F

Text Example


Text Example

White with #94FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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