Html Css Color HEX #93FFA0 Mint Green

📋 copy color: '#93FFA0'

red 147 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #93FFA0

Tints of Mint Green #93FFA0

RGB

 RED value IS 147 (57.81% from 255) = 26.16%

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

 BLUE value IS 160 (62.89% from 255) = 28.47%

R = 26.16%
G = 45.37%
B = 28.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#93FFA0 (or 0x93FFA0) is known color: Mint Green. HEX triplet: 93, FF and A0. RGB value is (147,255,160). Sum of RGB (Red+Green+Blue) = 147+255+160=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FFA0 is #6C005F. Grayscale: #D4D4D4. Windows color (decimal): -7077984 or 10551187. OLE color: 10551187.

HSL color Cylindrical-coordinate representation of color #93FFA0: hue angle of 127.22º 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 #93FFA0 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 147 255 160 -
CMYK 0.42 0 0.37 0
HSL 127.22º 1% 0.79% -
HSV(B) 127.22º 0.42% 1% -
XYZ 54.14 80.26 45.9 -
YUV 211.88 98.72 81.72 -
System Red Green Blue C M Y K H S L
Decimal 147 255 160 0.42 0 0.37 0 127.22 1 0.79
Hex 93 FF A0 2A 0 25 0 7F 64 4F
Octal 223 377 240 52 0 45 0 177 144 117
Binary 10010011 11111111 10100000 101010 0 100101 0 1111111 1100100 1001111

Color Harmonies of #93FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFA0

Black with #93FFA0

Text Example


Text Example

White with #93FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93FFA0; }

 p { color: rgb(147,255,160); }

 H1.HeaderClassName
 {
   color: #93FFA0;
 }
 .AnyTagClassName
 {
   color: #93FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #93FFA0; }

 a { background-color: rgb(147,255,160); }

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

border-color css

<style>
 span { border-color: #93FFA0; }

 span { border-color: rgb(147,255,160); }

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