Html Css Color HEX #94FFA0 Mint Green

📋 copy color: '#94FFA0'

red 148 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #94FFA0

Tints of Mint Green #94FFA0

RGB

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

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

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

R = 26.29%
G = 45.29%
B = 28.42%

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

#94FFA0 (or 0x94FFA0) is known color: Mint Green. HEX triplet: 94, FF and A0. RGB value is (148,255,160). Sum of RGB (Red+Green+Blue) = 148+255+160=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFA0 is #6B005F. Grayscale: #D4D4D4. Windows color (decimal): -7012448 or 10551188. OLE color: 10551188.

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

Color convert

RGB 148 255 160 -
CMYK 0.42 0 0.37 0
HSL 126.73º 1% 0.79% -
HSV(B) 126.73º 0.42% 1% -
XYZ 54.32 80.35 45.9 -
YUV 212.18 98.55 82.22 -
System Red Green Blue C M Y K H S L
Decimal 148 255 160 0.42 0 0.37 0 126.73 1 0.79
Hex 94 FF A0 2A 0 25 0 7F 64 4F
Octal 224 377 240 52 0 45 0 177 144 117
Binary 10010100 11111111 10100000 101010 0 100101 0 1111111 1100100 1001111

Color Harmonies of #94FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FFA0

Black with #94FFA0

Text Example


Text Example

White with #94FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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