#95FFAA

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

Shades of Mint Green #95FFAA

Tints of Mint Green #95FFAA

Color information

#95FFAA (or 0x95FFAA) is unknown color: approx Mint Green. HEX triplet: 95, FF and AA. RGB value is (149,255,170). Sum of RGB (Red+Green+Blue) = 149+255+170=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFAA is #6A0055. Grayscale: #D5D5D5. Windows color (decimal): -6946902 or 11206549. OLE color: 11206549.

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

Color convert

RGB149255170-
CMYK0.4200.330
HSL131.89º100%79.22%-
HSV(B)131.89º41.57%100%-
XYZ55.4180.8150.71-
YUV213.62103.3881.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 255 (100% from 255) = 44.43%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=25.96%
G=44.43%
B=29.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492551700.4200.330131.8910079.22
Hex95FFAA2A021084644f
Octal225377252520410204144117
Binary100101011111111110101010101010010000101000010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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