#9AFF9F

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

Shades of Mint Green #9AFF9F

Tints of Mint Green #9AFF9F

Color information

#9AFF9F (or 0x9AFF9F) is unknown color: approx Mint Green. HEX triplet: 9A, FF and 9F. RGB value is (154,255,159). Sum of RGB (Red+Green+Blue) = 154+255+159=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF9F is #650060. Grayscale: #D6D6D6. Windows color (decimal): -6619233 or 10485658. OLE color: 10485658.

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

Color convert

RGB154255159-
CMYK0.4000.380
HSL122.97º100%80.2%-
HSV(B)122.97º39.61%100%-
XYZ55.3480.8945.5-
YUV213.8697.0485.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 255 (100% from 255) = 44.89%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=27.11%
G=44.89%
B=27.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551590.4000.380122.9710080.2
Hex9AFF9F2802607b6450
Octal232377237500460173144120
Binary10011010111111111001111110100001001100111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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