#9AFF9B

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

Shades of Mint Green #9AFF9B

Tints of Mint Green #9AFF9B

Color information

#9AFF9B (or 0x9AFF9B) is unknown color: approx Mint Green. HEX triplet: 9A, FF and 9B. RGB value is (154,255,155). Sum of RGB (Red+Green+Blue) = 154+255+155=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF9B is #650064. Grayscale: #D5D5D5. Windows color (decimal): -6619237 or 10223514. OLE color: 10223514.

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

Color convert

RGB154255155-
CMYK0.4000.390
HSL120.59º100%80.2%-
HSV(B)120.59º39.61%100%-
XYZ5580.7643.7-
YUV213.495.0485.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=27.30%
G=45.21%
B=27.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551550.4000.390120.5910080.2
Hex9AFF9B280270796450
Octal232377233500470171144120
Binary10011010111111111001101110100001001110111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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