#8AFF9A

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

Shades of Mint Green #8AFF9A

Tints of Mint Green #8AFF9A

Color information

#8AFF9A (or 0x8AFF9A) is unknown color: approx Mint Green. HEX triplet: 8A, FF and 9A. RGB value is (138,255,154). Sum of RGB (Red+Green+Blue) = 138+255+154=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF9A is #750065. Grayscale: #D0D0D0. Windows color (decimal): -7667814 or 10157962. OLE color: 10157962.

HSL color Cylindrical-coordinate representation of color #8AFF9A: hue angle of 128.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFF9A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB138255154-
CMYK0.4600.400
HSL128.21º100%77.06%-
HSV(B)128.21º45.88%100%-
XYZ52.0779.2643.13-
YUV208.597.2477.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=25.23%
G=46.62%
B=28.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551540.4600.400128.2110077.06
Hex8AFF9A2E028080644d
Octal212377232560500200144115
Binary100010101111111110011010101110010100001000000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFF9A; }

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

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

<style>
 a { background-color: #8AFF9A; }

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

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

<style>
 span { border-color: #8AFF9A; }

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

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