#82ff9c

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

Shades of Mint Green #82FF9C

Tints of Mint Green #82FF9C

Color information

#82FF9C (or 0x82FF9C) is unknown color: approx Mint Green. HEX triplet: 82, FF and 9C. RGB value is (130,255,156). Sum of RGB (Red+Green+Blue) = 130+255+156=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF9C is #7D0063. Grayscale: #CECECE. Windows color (decimal): -8192100 or 10289026. OLE color: 10289026.

HSL color Cylindrical-coordinate representation of color #82FF9C: hue angle of 132.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FF9C is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB130255156-
CMYK0.4900.390
HSL132.48º100%75.49%-
HSV(B)132.48º49.02%100%-
XYZ50.9778.6743.95-
YUV206.3499.5973.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 255 (100% from 255) = 47.13%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=24.03%
G=47.13%
B=28.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551560.4900.390132.4810075.49
Hex82FF9C31027084644b
Octal202377234610470204144113
Binary100000101111111110011100110001010011101000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ff9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82ff9c; }

 p { color: rgb(130,255,156); }

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

<style>
 a { background-color: #82ff9c; }

 a { background-color: rgb(130,255,156); }

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

<style>
 span { border-color: #82ff9c; }

 span { border-color: rgb(130,255,156); }

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