#95FDA0

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

Shades of Mint Green #95FDA0

Tints of Mint Green #95FDA0

Color information

#95FDA0 (or 0x95FDA0) is unknown color: approx Mint Green. HEX triplet: 95, FD and A0. RGB value is (149,253,160). Sum of RGB (Red+Green+Blue) = 149+253+160=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FDA0 is #6A025F. Grayscale: #D3D3D3. Windows color (decimal): -6947424 or 10550677. OLE color: 10550677.

HSL color Cylindrical-coordinate representation of color #95FDA0: hue angle of 126.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDA0 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB149253160-
CMYK0.4100.370.01
HSL126.35º96.3%78.82%-
HSV(B)126.35º41.11%99.22%-
XYZ53.8679.1845.7-
YUV211.399.0483.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 160 (62.89% from 255) = 28.47%
R=26.51%
G=45.02%
B=28.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492531600.4100.370.01126.3596.378.82
Hex95FDA02902517e604f
Octal225375240510451176140117
Binary10010101111111011010000010100101001011111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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