#9BFFA8

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

Shades of Mint Green #9BFFA8

Tints of Mint Green #9BFFA8

Color information

#9BFFA8 (or 0x9BFFA8) is unknown color: approx Mint Green. HEX triplet: 9B, FF and A8. RGB value is (155,255,168). Sum of RGB (Red+Green+Blue) = 155+255+168=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFA8 is #640057. Grayscale: #D7D7D7. Windows color (decimal): -6553688 or 11075483. OLE color: 11075483.

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

Color convert

RGB155255168-
CMYK0.3900.340
HSL127.8º100%80.39%-
HSV(B)127.8º39.22%100%-
XYZ56.3581.3249.77-
YUV215.18101.3785.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 255 (100% from 255) = 44.12%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=26.82%
G=44.12%
B=29.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551680.3900.340127.810080.39
Hex9BFFA8270220806450
Octal233377250470420200144120
Binary100110111111111110101000100111010001001000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,168); }

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

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

 a { background-color: rgb(155,255,168); }

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

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

 span { border-color: rgb(155,255,168); }

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