#9BFE85

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

Shades of Mint Green #9BFE85

Tints of Mint Green #9BFE85

Color information

#9BFE85 (or 0x9BFE85) is unknown color: approx Mint Green. HEX triplet: 9B, FE and 85. RGB value is (155,254,133). Sum of RGB (Red+Green+Blue) = 155+254+133=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFE85 is #64017A. Grayscale: #D2D2D2. Windows color (decimal): -6553979 or 8781467. OLE color: 8781467.

HSL color Cylindrical-coordinate representation of color #9BFE85: hue angle of 109.09º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BFE85 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB155254133-
CMYK0.3900.480.00
HSL109.09º98.37%75.88%-
HSV(B)109.09º47.64%99.61%-
XYZ53.1979.5534.74-
YUV210.684.288.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 254 (99.61% from 255) = 46.86%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=28.60%
G=46.86%
B=24.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552541330.3900.480.00109.0998.3775.88
Hex9BFE852703006d624c
Octal233376205470600155142114
Binary10011011111111101000010110011101100000110110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BFE85; }

 p { color: rgb(155,254,133); }

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

<style>
 a { background-color: #9BFE85; }

 a { background-color: rgb(155,254,133); }

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

<style>
 span { border-color: #9BFE85; }

 span { border-color: rgb(155,254,133); }

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