#8AFF8F

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

Shades of Mint Green #8AFF8F

Tints of Mint Green #8AFF8F

Color information

#8AFF8F (or 0x8AFF8F) is unknown color: approx Mint Green. HEX triplet: 8A, FF and 8F. RGB value is (138,255,143). Sum of RGB (Red+Green+Blue) = 138+255+143=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF8F is #750070. Grayscale: #CFCFCF. Windows color (decimal): -7667825 or 9437066. OLE color: 9437066.

HSL color Cylindrical-coordinate representation of color #8AFF8F: hue angle of 122.56º 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 #8AFF8F is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB138255143-
CMYK0.4600.440
HSL122.56º100%77.06%-
HSV(B)122.56º45.88%100%-
XYZ51.278.9138.52-
YUV207.2591.7478.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=25.75%
G=47.57%
B=26.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551430.4600.440122.5610077.06
Hex8AFF8F2E02C07b644d
Octal212377217560540173144115
Binary10001010111111111000111110111001011000111101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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