#95FFA0

Color #95FFA0 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #95FFA0

Tints of Mint Green #95FFA0

Color information

#95FFA0 (or 0x95FFA0) is unknown color: approx Mint Green. HEX triplet: 95, FF and A0. RGB value is (149,255,160). Sum of RGB (Red+Green+Blue) = 149+255+160=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFA0 is #6A005F. Grayscale: #D4D4D4. Windows color (decimal): -6946912 or 10551189. OLE color: 10551189.

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

Color convert

RGB149255160-
CMYK0.4200.370
HSL126.23º100%79.22%-
HSV(B)126.23º41.57%100%-
XYZ54.580.4545.91-
YUV212.4898.3882.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=26.42%
G=45.21%
B=28.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492551600.4200.370126.2310079.22
Hex95FFA02A02507e644f
Octal225377240520450176144117
Binary10010101111111111010000010101001001010111111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95FFA0;
 }
 .AnyTagClassName
 {
   color: #95FFA0;
 }
</style>
background-color css

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

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

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

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

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

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