#9AFFA6

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

Shades of Mint Green #9AFFA6

Tints of Mint Green #9AFFA6

Color information

#9AFFA6 (or 0x9AFFA6) is unknown color: approx Mint Green. HEX triplet: 9A, FF and A6. RGB value is (154,255,166). Sum of RGB (Red+Green+Blue) = 154+255+166=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFA6 is #650059. Grayscale: #D6D6D6. Windows color (decimal): -6619226 or 10944410. OLE color: 10944410.

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

Color convert

RGB154255166-
CMYK0.4000.350
HSL127.13º100%80.2%-
HSV(B)127.13º39.61%100%-
XYZ55.9781.1448.79-
YUV214.66100.5484.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=26.78%
G=44.35%
B=28.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551660.4000.350127.1310080.2
Hex9AFFA62802307f6450
Octal232377246500430177144120
Binary10011010111111111010011010100001000110111111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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