#9BFFAA

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

Shades of Mint Green #9BFFAA

Tints of Mint Green #9BFFAA

Color information

#9BFFAA (or 0x9BFFAA) is unknown color: approx Mint Green. HEX triplet: 9B, FF and AA. RGB value is (155,255,170). Sum of RGB (Red+Green+Blue) = 155+255+170=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFAA is #640055. Grayscale: #D7D7D7. Windows color (decimal): -6553686 or 11206555. OLE color: 11206555.

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

Color convert

RGB155255170-
CMYK0.3900.330
HSL129º100%80.39%-
HSV(B)129º39.22%100%-
XYZ56.5381.3950.76-
YUV215.41102.3784.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=26.72%
G=43.97%
B=29.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551700.3900.33012910080.39
Hex9BFFAA270210816450
Octal233377252470410201144120
Binary100110111111111110101010100111010000101000000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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