#9BFEAF

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

Shades of Mint Green #9BFEAF

Tints of Mint Green #9BFEAF

Color information

#9BFEAF (or 0x9BFEAF) is unknown color: approx Mint Green. HEX triplet: 9B, FE and AF. RGB value is (155,254,175). Sum of RGB (Red+Green+Blue) = 155+254+175=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFEAF is #640150. Grayscale: #D7D7D7. Windows color (decimal): -6553937 or 11533979. OLE color: 11533979.

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

Color convert

RGB155254175-
CMYK0.3900.310.00
HSL132.12º98.02%80.2%-
HSV(B)132.12º38.98%99.61%-
XYZ56.780.9553.19-
YUV215.39105.284.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=26.54%
G=43.49%
B=29.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552541750.3900.310.00132.1298.0280.2
Hex9BFEAF2701F0846250
Octal233376257470370204142120
Binary10011011111111101010111110011101111101000010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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