#9AFFA5

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

Shades of Mint Green #9AFFA5

Tints of Mint Green #9AFFA5

Color information

#9AFFA5 (or 0x9AFFA5) is unknown color: approx Mint Green. HEX triplet: 9A, FF and A5. RGB value is (154,255,165). Sum of RGB (Red+Green+Blue) = 154+255+165=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFA5 is #65005A. Grayscale: #D6D6D6. Windows color (decimal): -6619227 or 10878874. OLE color: 10878874.

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

Color convert

RGB154255165-
CMYK0.4000.350
HSL126.53º100%80.2%-
HSV(B)126.53º39.61%100%-
XYZ55.8881.1148.31-
YUV214.54100.0484.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 255 (100% from 255) = 44.43%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=26.83%
G=44.43%
B=28.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551650.4000.350126.5310080.2
Hex9AFFA52802307f6450
Octal232377245500430177144120
Binary10011010111111111010010110100001000110111111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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